diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index e6e277f..5837644 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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; /* * ------------------------------------------------------------------------------------------------------------------------------------------