Skip to content

Commit

Permalink
Added Nano G2 Ultra to 18
Browse files Browse the repository at this point in the history
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
  • Loading branch information
neilhao authored and caveman99 committed Jul 27, 2023
1 parent c9e5dd7 commit 8ad7056
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8ad7056

Please sign in to comment.