From 1560e855096eac3675e5d05d7ffdf0230d1b4765 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 6 Dec 2023 15:50:46 -0600 Subject: [PATCH] Makerfabs SenseLoRA targets --- meshtastic/mesh.proto | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 6a73ee3..d1dae07 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -324,6 +324,16 @@ enum HardwareModel { */ RAK11310 = 26; + /* + * Makerfabs SenseLoRA Receiver (RP2040 + RFM96) + */ + SENSELORA_RP2040 = 27; + + /* + * Makerfabs SenseLoRA Industrial Monitor (ESP32-S3 + RFM96) + */ + SENSELORA_S3 = 28; + /* * --------------------------------------------------------------------------- * Less common/prototype boards listed here (needs one more byte over the air) @@ -1486,4 +1496,4 @@ message DeviceMetadata { * Has Remote Hardware enabled */ bool hasRemoteHardware = 10; -} +} \ No newline at end of file