From 773592a4a4508a7d4b62efea4a50bb48881d9967 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 11 Aug 2023 13:23:15 -0500 Subject: [PATCH] Add LoraType hardware model --- meshtastic/mesh.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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