diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 160bab8d..2cda4876 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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; /* * ------------------------------------------------------------------------------------------------------------------------------------------