Makerfabs SenseLoRA targets

pull/411/head
Ben Meadors 2023-12-06 15:50:46 -06:00
rodzic 1eda884c39
commit 1560e85509
1 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

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