mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
divided heltec tracker 1.0 and 1.1
This commit is contained in:
parent
bdf9d6a81b
commit
4b97cf82ac
1 changed files with 8 additions and 1 deletions
|
|
@ -423,8 +423,9 @@ enum HardwareModel {
|
|||
|
||||
/*
|
||||
* Heltec Wireless Tracker with ESP32-S3 CPU, built-in GPS, and TFT
|
||||
* Newer V1.1, version is written on the PCB near the display.
|
||||
*/
|
||||
HELTEC_WIRELESS_TRACKER = 48;
|
||||
HELTEC_WIRELESS_TRACKER_V1_1 = 48;
|
||||
|
||||
/*
|
||||
* Heltec Wireless Paper with ESP32-S3 CPU and E-Ink display
|
||||
|
|
@ -476,6 +477,12 @@ enum HardwareModel {
|
|||
* Flex connector marking is FPC-7528B
|
||||
*/
|
||||
HELTEC_WIRELESS_PAPER_V1_0 = 57;
|
||||
|
||||
/*
|
||||
* Heltec Wireless Tracker with ESP32-S3 CPU, built-in GPS, and TFT
|
||||
* Older "V1.0" Variant
|
||||
*/
|
||||
HELTEC_WIRELESS_TRACKER_V1_0 = 58;
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue