From 2323f25571c6bc07d854e616cfc0ebf344982b01 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 19 Sep 2024 07:59:36 -0500 Subject: [PATCH] Add HW_MODEL for Tern Labs S3 Development kit --- meshtastic/mesh.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 4997a12..1f584ea 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -623,6 +623,12 @@ RP2040_FEATHER_RFM95 = 76; /* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, Paper) https://m5stack.com/ */ M5STACK_COREBASIC=77; M5STACK_CORE2=78; + + /* + * Tern Labs ESP32-S3 based development kit + */ + TERN_S3_DEVKIT = 79; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.