mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add LoraType hardware model
This commit is contained in:
parent
d473009659
commit
773592a4a4
1 changed files with 6 additions and 1 deletions
|
|
@ -310,6 +310,11 @@ enum HardwareModel {
|
|||
*/
|
||||
NANO_G2_ULTRA = 18;
|
||||
|
||||
/*
|
||||
* LoRAType device: https://loratype.org/
|
||||
*/
|
||||
LORA_TYPE = 19;
|
||||
|
||||
/*
|
||||
* B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station
|
||||
*/
|
||||
|
|
@ -1467,4 +1472,4 @@ message DeviceMetadata {
|
|||
* Has Remote Hardware enabled
|
||||
*/
|
||||
bool hasRemoteHardware = 10;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue