Skip to content

Commit b1a79d5

Browse files
authored
Merge pull request #535 from meshtastic/thebentern-patch-1
Add t1000-e hw model
2 parents 7f90178 + ff1aa72 commit b1a79d5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

meshtastic/mesh.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,11 @@ enum HardwareModel {
583583
* Sensecap Indicator from Seeed Studio. ESP32-S3 device with TFT and RP2040 coprocessor
584584
*/
585585
SENSECAP_INDICATOR = 70;
586+
587+
/*
588+
* Seeed studio T1000-E tracker card. NRF52840 w/ LR1110 radio, GPS, button, buzzer, and sensors.
589+
*/
590+
TRACKER_T1000_E = 71;
586591

587592
/*
588593
* ------------------------------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)