From db55aac53d22667f7d0a327f9bbdc25625b9d2ba Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 May 2026 15:13:21 +0000 Subject: [PATCH 1/2] Add RAK6421 and Elecrow MeshStick 1262 hardware entries to resource.ts --- src/lib/resource.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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", From 6de4e39a9980d5c6b610e9a330e69c6fe32f5e97 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 May 2026 15:21:44 +0000 Subject: [PATCH 2/2] Apply remaining changes --- .pnpmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .pnpmrc diff --git a/.pnpmrc b/.pnpmrc new file mode 100644 index 0000000..e27482a --- /dev/null +++ b/.pnpmrc @@ -0,0 +1 @@ +policy=null