From 67ebc7c61b0dbdb1bacc5fc81a407eeb12441a32 Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Tue, 22 Aug 2023 16:47:27 +0200 Subject: [PATCH 1/3] Update mesh.proto --- meshtastic/mesh.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 4d0ec0f7..e96a52c0 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -432,6 +432,11 @@ enum HardwareModel { */ PICOMPUTER_S3 = 52; + /* + * Heltec HT-CT62 with ESP32-C3 CPU and SX1262 LoRa + */ + PICOMPUTER_S3 = 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 +} From 47bf250938723f2d1b32702653ad9635f19ee842 Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Tue, 22 Aug 2023 16:49:55 +0200 Subject: [PATCH 2/3] Update mesh.proto --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index e96a52c0..26c5f00a 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -435,7 +435,7 @@ enum HardwareModel { /* * Heltec HT-CT62 with ESP32-C3 CPU and SX1262 LoRa */ - PICOMPUTER_S3 = 53; + HELTEC_HT62 = 53; /* * ------------------------------------------------------------------------------------------------------------------------------------------ From 6e0333191c345db0f2ab38dd270cd3532238584f Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Tue, 22 Aug 2023 18:09:08 +0200 Subject: [PATCH 3/3] Update mesh.proto --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 26c5f00a..bf7534da 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -431,7 +431,7 @@ 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 */