diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 10f8839..eab42e9 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -607,6 +607,18 @@ export const deviceHardwareList: DeviceHardware[] = [ images: ["rak-wismeshtap.svg"], requiresDfu: true, }, + { + hwModel: 22, + hwModelSlug: "WISMESH_HUB", + platformioTarget: "rak2560", + architecture: "nrf52840", + activelySupported: true, + supportLevel: 1, + displayName: "RAK WisMesh Repeater", + tags: ["RAK"], + images: ["rak2560.svg"], + requiresDfu: true, + }, { hwModel: 63, hwModelSlug: "NRF52_PROMICRO_DIY",