From 66ce0be2b9b06ea2376e96c91425b0576114c3aa Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Fri, 31 Oct 2025 09:58:12 -0700 Subject: [PATCH] Add ThinkNode M3 hardware model details --- src/lib/resource.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index c608cc4..9a45132 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -935,4 +935,15 @@ export const deviceHardwareList: DeviceHardware[] = [ partitionScheme: "16MB", images: ["rak_3312.svg"] }, + { + hwModel: 115, + hwModelSlug: "THINKNODE_M3", + platformioTarget: "thinknode_m3", + architecture: "nrf52840", + activelySupported: false, + supportLevel: 1, + displayName: "ThinkNode M3", + tags: ["Elecrow"], + requiresDfu: true, + }, ];