diff --git a/.pnpmrc b/.pnpmrc new file mode 100644 index 0000000..e27482a --- /dev/null +++ b/.pnpmrc @@ -0,0 +1 @@ +policy=null diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 3c99858..0a2d96a 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -1040,6 +1040,16 @@ export const deviceHardwareList: DeviceHardware[] = [ requiresDfu: true, images: ["rak3401.svg"], }, + { + hwModel: 118, + hwModelSlug: "RAK6421", + platformioTarget: "native", + architecture: "portduino", + activelySupported: true, + supportLevel: 1, + displayName: "RAK6421 Hat+", + tags: ["RAK"], + }, { hwModel: 119, hwModelSlug: "THINKNODE_M4", @@ -1064,6 +1074,16 @@ export const deviceHardwareList: DeviceHardware[] = [ requiresDfu: true, images: ["thinknode_m6.svg"], }, + { + hwModel: 121, + hwModelSlug: "MESHSTICK_1262", + platformioTarget: "native", + architecture: "portduino", + activelySupported: true, + supportLevel: 1, + displayName: "Elecrow Meshstick 1262", + tags: ["Elecrow"], + }, { hwModel: 122, hwModelSlug: "TBEAM_1_WATT",