mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #436 from meshtastic/rp2040_lora
Waveshare RP2040 LoRa
This commit is contained in:
commit
68fe60f7e2
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue