Add LoraType hardware model

pull/379/head
Ben Meadors 2023-08-11 13:23:15 -05:00
rodzic d473009659
commit 773592a4a4
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -310,6 +310,11 @@ enum HardwareModel {
*/ */
NANO_G2_ULTRA = 18; 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 * 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 * Has Remote Hardware enabled
*/ */
bool hasRemoteHardware = 10; bool hasRemoteHardware = 10;
} }