mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #535 from meshtastic/thebentern-patch-1
Add t1000-e hw model
This commit is contained in:
commit
b1a79d5db0
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue