Merge pull request #435 from Gabrielerusso/master

divided heltec tracker 1.0 and 1.1
This commit is contained in:
Ben Meadors 2024-02-11 15:56:51 -06:00 committed by GitHub
commit 388fd79bf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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