Skip to content

Commit

Permalink
divided heltec tracker 1.0 and 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielerusso committed Feb 9, 2024
1 parent bdf9d6a commit 4b97cf8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 4b97cf8

Please sign in to comment.