From 6aca186ed91db6cd568e867ec4bf11578d9fd0e1 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 18 Nov 2025 06:50:28 -0800 Subject: [PATCH] Update device hardware --- Meshtastic/Resources/DeviceHardware.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Meshtastic/Resources/DeviceHardware.json b/Meshtastic/Resources/DeviceHardware.json index 39b61693..fcaf48cd 100644 --- a/Meshtastic/Resources/DeviceHardware.json +++ b/Meshtastic/Resources/DeviceHardware.json @@ -1181,5 +1181,18 @@ "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 } ]