Skip to content

Commit

Permalink
Merge pull request #411 from meshtastic/makerfabs-targets
Browse files Browse the repository at this point in the history
Makerfabs SenseLoRA targets
  • Loading branch information
thebentern authored Dec 6, 2023
2 parents 1eda884 + 1560e85 commit a34b2c6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -1486,4 +1496,4 @@ message DeviceMetadata {
* Has Remote Hardware enabled
*/
bool hasRemoteHardware = 10;
}
}

0 comments on commit a34b2c6

Please sign in to comment.