From f58ca5cae5adaf145e705dd90e8a49d735ac78e3 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sat, 27 Dec 2025 13:22:14 -0700 Subject: [PATCH 1/2] Add support for RAK3401 1Watt hardware model --- src/lib/resource.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 45a0e0f..f6bdde9 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -991,6 +991,17 @@ export const deviceHardwareList: DeviceHardware[] = [ partitionScheme: "8MB", images: ["rak-wismesh-tap-v2.svg"], }, + { + hwModel: 117, + hwModelSlug: "RAK3401", + platformioTarget: "rak3401-1watt", + architecture: "nrf52840", + activelySupported: false, + supportLevel: 1, + displayName: "RAK3401 1Watt", + tags: ["RAK"], + requiresDfu: true, + }, { hwModel: 119, hwModelSlug: "THINKNODE_M4", From 8892198dee28cb3330e0605b42192610c2d1f3bf Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Tue, 30 Dec 2025 10:53:06 -0700 Subject: [PATCH 2/2] Update RAK3401 support status add add images --- src/lib/resource.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index f6bdde9..5135447 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -996,11 +996,12 @@ export const deviceHardwareList: DeviceHardware[] = [ hwModelSlug: "RAK3401", platformioTarget: "rak3401-1watt", architecture: "nrf52840", - activelySupported: false, + activelySupported: true, supportLevel: 1, - displayName: "RAK3401 1Watt", + displayName: "RAK3401 1W", tags: ["RAK"], requiresDfu: true, + images: ["rak4301.svg], }, { hwModel: 119,