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.