From 72a2685709529e19a2e5a7155c1e91e599e06da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 15 Mar 2025 11:24:58 +0100 Subject: [PATCH 1/2] Thinknodes and T-ETH --- meshtastic/mesh.proto | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 0b5fa97..50ee9b8 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -680,6 +680,19 @@ enum HardwareModel { * Seeed XIAO nRF52840 + Wio SX1262 kit */ XIAO_NRF52_KIT = 88; + + /* + * Elecrow ThinkNode M1 & M2 + * https://www.elecrow.com/wiki/ThinkNode-M1_Transceiver_Device(Meshtastic)_Power_By_nRF52840.html + * https://www.elecrow.com/wiki/ThinkNode-M2_Transceiver_Device(Meshtastic)_Power_By_NRF52840.html (this actually uses ESP32-S3) + */ + THINKNODE_M1 = 89; + THINKNODE_M2 = 90; + + /* + * Lilygo T-ETH-Elite + */ + T-ETH-ELITE = 91; /* * ------------------------------------------------------------------------------------------------------------------------------------------ From 474a5286c90e6ffb2b7481f824a599cd7b188fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 15 Mar 2025 11:26:16 +0100 Subject: [PATCH 2/2] woopsie --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 50ee9b8..7ce744c 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -692,7 +692,7 @@ enum HardwareModel { /* * Lilygo T-ETH-Elite */ - T-ETH-ELITE = 91; + T_ETH_ELITE = 91; /* * ------------------------------------------------------------------------------------------------------------------------------------------