From 8ad70564fcd9b31078d843e241e65b6af77e213c Mon Sep 17 00:00:00 2001 From: Neil Hao Date: Thu, 27 Jul 2023 17:55:40 +0800 Subject: [PATCH] Added Nano G2 Ultra to 18 NANO_G2_ULTRA = 18; has been added for new board. More info about nano g2 ultra: https://wiki.uniteng.com/en/meshtastic/nano-g2-ultra --- meshtastic/mesh.proto | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 98ca75d..bc7bff6 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -305,6 +305,11 @@ enum HardwareModel { */ NANO_G1_EXPLORER = 17; + /* + * B&Q Consulting Nano G2 Ultra: https://wiki.uniteng.com/en/meshtastic/nano-g2-ultra + */ + NANO_G2_ULTRA = 18; + /* * B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station */ @@ -417,11 +422,6 @@ enum HardwareModel { */ T_WATCH_S3 = 51; - /* - * B&Q Consulting Nano G2 Ultra: https://wiki.uniteng.com/en/meshtastic/nano-g2-ultra - */ - NANO_G2_ULTRA = 52; - /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.