diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 45a0e0f..5135447 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -991,6 +991,18 @@ export const deviceHardwareList: DeviceHardware[] = [ partitionScheme: "8MB", images: ["rak-wismesh-tap-v2.svg"], }, + { + hwModel: 117, + hwModelSlug: "RAK3401", + platformioTarget: "rak3401-1watt", + architecture: "nrf52840", + activelySupported: true, + supportLevel: 1, + displayName: "RAK3401 1W", + tags: ["RAK"], + requiresDfu: true, + images: ["rak4301.svg], + }, { hwModel: 119, hwModelSlug: "THINKNODE_M4",