Merge pull request #535 from meshtastic/thebentern-patch-1

Add t1000-e hw model
This commit is contained in:
Ben Meadors 2024-07-26 06:26:57 -05:00 committed by GitHub
commit b1a79d5db0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------