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