We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a63ba6f + 8892198 commit 68cbfdfCopy full SHA for 68cbfdf
1 file changed
src/lib/resource.ts
@@ -991,6 +991,18 @@ export const deviceHardwareList: DeviceHardware[] = [
991
partitionScheme: "8MB",
992
images: ["rak-wismesh-tap-v2.svg"],
993
},
994
+ {
995
+ hwModel: 117,
996
+ hwModelSlug: "RAK3401",
997
+ platformioTarget: "rak3401-1watt",
998
+ architecture: "nrf52840",
999
+ activelySupported: true,
1000
+ supportLevel: 1,
1001
+ displayName: "RAK3401 1W",
1002
+ tags: ["RAK"],
1003
+ requiresDfu: true,
1004
+ images: ["rak4301.svg],
1005
+ },
1006
{
1007
hwModel: 119,
1008
hwModelSlug: "THINKNODE_M4",
0 commit comments