Add t1000-e hw model

This commit is contained in:
Ben Meadors 2024-07-26 06:25:03 -05:00 committed by GitHub
parent 7f90178f18
commit ff1aa723d1
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;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------