From 67f9d80eb2db49eed3bf940a2c1500111e4b2b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sun, 22 Sep 2024 17:21:09 +0200 Subject: [PATCH] Update mesh.proto For our own sanity, please keep the numerical order --- meshtastic/mesh.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 2f196a1..e599a3d 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -629,10 +629,12 @@ enum HardwareModel { /* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, CoreS3, Paper) https://m5stack.com/ */ M5STACK_COREBASIC=77; M5STACK_CORE2=78; - M5STACK_CORES3=80; /* Pico2 with Waveshare Hat, same as Pico */ RPI_PICO2=79; + + /* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, CoreS3, Paper) https://m5stack.com/ */ + M5STACK_CORES3=80; /* * ------------------------------------------------------------------------------------------------------------------------------------------