Skip to content

Commit 85d03b4

Browse files
committed
RAK2560 WisMesh Repeater
1 parent b64c887 commit 85d03b4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

public/img/devices/rak2560.svg

Lines changed: 1 addition & 0 deletions
Loading

types/resources.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,18 @@ export const OfflineHardwareList = [
595595
images: ["rak-wismeshtap.svg"],
596596
requiresDfu: true,
597597
},
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+
},
598610
{
599611
hwModel: 63,
600612
hwModelSlug: "NRF52_PROMICRO_DIY",
@@ -606,7 +618,7 @@ export const OfflineHardwareList = [
606618
tags: ["DIY"],
607619
images: ["promicro.svg"],
608620
requiresDfu: true,
609-
}
621+
},
610622
];
611623

612624
const markdownContent = `

0 commit comments

Comments
 (0)