diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 4d0ec0f..bf7534d 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -431,7 +431,12 @@ enum HardwareModel { * Bobricius Picomputer with ESP32-S3 CPU, Keyboard and IPS display */ PICOMPUTER_S3 = 52; - + + /* + * Heltec HT-CT62 with ESP32-C3 CPU and SX1262 LoRa + */ + HELTEC_HT62 = 53; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits. @@ -1472,4 +1477,4 @@ message DeviceMetadata { * Has Remote Hardware enabled */ bool hasRemoteHardware = 10; -} \ No newline at end of file +}