mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #435 from Gabrielerusso/master
divided heltec tracker 1.0 and 1.1
This commit is contained in:
commit
388fd79bf7
1 changed files with 8 additions and 1 deletions
|
|
@ -428,8 +428,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
|
||||
|
|
@ -481,6 +482,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