Makerfabs SenseLoRA targets

This commit is contained in:
Ben Meadors 2023-12-06 15:50:46 -06:00
parent 1eda884c39
commit 1560e85509

View file

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