We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64c887 commit 85d03b4Copy full SHA for 85d03b4
public/img/devices/rak2560.svg
types/resources.ts
@@ -595,6 +595,18 @@ export const OfflineHardwareList = [
595
images: ["rak-wismeshtap.svg"],
596
requiresDfu: true,
597
},
598
+ {
599
+ hwModel: 22,
600
+ hwModelSlug: "WISMESH_HUB",
601
+ platformioTarget: "rak2560",
602
+ architecture: "nrf52840",
603
+ activelySupported: true,
604
+ supportLevel: 1,
605
+ displayName: "RAK WisMesh Repeater",
606
+ tags: ["RAK"],
607
+ images: ["rak2560.svg"],
608
+ requiresDfu: true,
609
+ },
610
{
611
hwModel: 63,
612
hwModelSlug: "NRF52_PROMICRO_DIY",
@@ -606,7 +618,7 @@ export const OfflineHardwareList = [
618
tags: ["DIY"],
619
images: ["promicro.svg"],
620
- }
621
622
];
623
624
const markdownContent = `
0 commit comments