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

Add t1000-e hw model
pull/537/head v2.4.1
Ben Meadors 2024-07-26 06:26:57 -05:00 zatwierdzone przez GitHub
commit b1a79d5db0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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