Update mesh.proto Added Nano G2 Ultra

NANO_G2_ULTRA = 52; has been added.
This commit is contained in:
Neil Hao 2023-07-27 13:59:22 +08:00 committed by Thomas Göttgens
parent 57bd75ea8b
commit c9e5dd76cf

View file

@ -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;
}
}