From 1cd2e56ca2a021b4227324fc706f58e3eb78ebb5 Mon Sep 17 00:00:00 2001 From: SeeedZhangyh Date: Fri, 3 Apr 2026 14:57:52 +0800 Subject: [PATCH] Add Hardware Model for T1000-E-Pro --- meshtastic/mesh.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 7206f4a..b2c6fa4 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -875,6 +875,9 @@ enum HardwareModel { */ HELTEC_MESH_NODE_T096 = 127; + /* Seeed studio T1000-E Pro tracker card. NRF52840 w/ LR2021 radio, GPS, button, buzzer, and sensors. */ + TRACKER_T1000_E_PRO = 128; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.