From 3fb1847eb2c5632963aba045b5e36ee4cb97b335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sun, 26 Jul 2026 07:14:37 -0500 Subject: [PATCH 1/2] Add Elecrow ThinkNode M8 to the device hardware registry Register the Elecrow ThinkNode M8 (HW_MODEL THINKNODE_M8 = 130). --- src/lib/resource.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 6a6f622..aa4c2be 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -1192,4 +1192,15 @@ export const deviceHardwareList: DeviceHardware[] = [ displayName: "Seeed MeshTracker X1", tags: ["Seeed"], }, + { + hwModel: 130, + hwModelSlug: "THINKNODE_M8", + platformioTarget: "thinknode_m8", + architecture: "nrf52840", + activelySupported: false, + supportLevel: 1, + displayName: "Elecrow ThinkNode M8", + tags: ["Elecrow"], + images: ["thinknode-m8.svg"], + }, ]; From 32ba42f3df35fa947e4693b12251a0057d837bba Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 26 Jul 2026 12:36:04 +0000 Subject: [PATCH 2/2] style: format resource.ts with Biome --- src/lib/resource.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index aa4c2be..b056d73 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -1180,7 +1180,7 @@ export const deviceHardwareList: DeviceHardware[] = [ supportLevel: 1, displayName: "Heltec Mesh Node T1", tags: ["Heltec"], - images: ["heltec-meshnode-t1.svg"] + images: ["heltec-meshnode-t1.svg"], }, { hwModel: 128,