diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index bace066..2e93e3d 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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; -} +} \ No newline at end of file