From fb9a48dae761b5cbfc4efeba3e9f6d58599a0a69 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Tue, 24 Sep 2024 19:20:54 +0800 Subject: [PATCH] fix typos --- meshtastic/mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index e593dcb..0d40601 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -636,8 +636,8 @@ 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_CORES3=80; - /* Seeed XIAO S3 DK - M5STACK_CORES3=81; + /* Seeed XIAO S3 DK*/ + SEEED_XIAO_S3=81; /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.