mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #411 from meshtastic/makerfabs-targets
Makerfabs SenseLoRA targets
This commit is contained in:
commit
a34b2c680e
1 changed files with 11 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue