From a4047d387f34344e2db0612c432b5db0fc7c9faf Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Thu, 11 Jan 2024 19:27:25 +0200 Subject: [PATCH] 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; /* * ------------------------------------------------------------------------------------------------------------------------------------------