From a4047d387f34344e2db0612c432b5db0fc7c9faf Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Thu, 11 Jan 2024 19:27:25 +0200 Subject: [PATCH 1/2] Update mesh.proto --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index e2b79f92..ccfc5860 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -450,6 +450,11 @@ enum HardwareModel { * EBYTE SPI LoRa module and ESP32-S3 */ EBYTE_ESP32_S3 = 54; + + /* + * Waveshare ESP32-S3-PICO with PICO LoRa HAT and 2.9inch e-Ink + */ + EBYTE_ESP32_S3 = 55; /* * ------------------------------------------------------------------------------------------------------------------------------------------ From 7e8828c36c2954f15a3849987aaf4b8178c1263d Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Thu, 11 Jan 2024 21:10:26 +0200 Subject: [PATCH 2/2] 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 ccfc5860..bc234aa6 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -454,7 +454,7 @@ enum HardwareModel { /* * Waveshare ESP32-S3-PICO with PICO LoRa HAT and 2.9inch e-Ink */ - EBYTE_ESP32_S3 = 55; + ESP32_S3_PICO = 55; /* * ------------------------------------------------------------------------------------------------------------------------------------------