mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update mesh.proto Added Nano G2 Ultra
NANO_G2_ULTRA = 52; has been added.
This commit is contained in:
parent
57bd75ea8b
commit
c9e5dd76cf
1 changed files with 6 additions and 1 deletions
|
|
@ -417,6 +417,11 @@ 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.
|
||||
|
|
@ -1525,4 +1530,4 @@ message DeviceMetadata {
|
|||
* Has Remote Hardware enabled
|
||||
*/
|
||||
bool hasRemoteHardware = 10;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue