From ff1aa723d1d47cf7d2651954a1960b41c596f3a2 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 26 Jul 2024 06:25:03 -0500 Subject: [PATCH] Add t1000-e hw model --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index ff7182a..8a3e86f 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -583,6 +583,11 @@ enum HardwareModel { * Sensecap Indicator from Seeed Studio. ESP32-S3 device with TFT and RP2040 coprocessor */ SENSECAP_INDICATOR = 70; + + /* + * Seeed studio T1000-E tracker card. NRF52840 w/ LR1110 radio, GPS, button, buzzer, and sensors. + */ + TRACKER_T1000_E = 71; /* * ------------------------------------------------------------------------------------------------------------------------------------------