Skip to content

Commit

Permalink
Merge pull request #436 from meshtastic/rp2040_lora
Browse files Browse the repository at this point in the history
Waveshare RP2040 LoRa
  • Loading branch information
thebentern authored Feb 10, 2024
2 parents 1fa7252 + f5299ca commit 68fe60f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,11 @@ enum HardwareModel {
*/
CANARYONE = 29;

/*
* Waveshare RP2040 LoRa - https://www.waveshare.com/rp2040-lora.htm
*/
RP2040_LORA = 30;

/*
* ---------------------------------------------------------------------------
* Less common/prototype boards listed here (needs one more byte over the air)
Expand Down

0 comments on commit 68fe60f

Please sign in to comment.