Merge pull request #379 from meshtastic/add-loratype

Add LoraType hardware model
This commit is contained in:
Ben Meadors 2023-08-12 05:31:44 -05:00 committed by GitHub
commit 749be80f0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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