mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add board enum for RP2040_FEATHER_RFM95; variants/feather_rp2040_rfm95.
This commit is contained in:
parent
666b481ae0
commit
97cd687e82
1 changed files with 9 additions and 0 deletions
|
|
@ -605,6 +605,15 @@ enum HardwareModel {
|
|||
*/
|
||||
RADIOMASTER_900_BANDIT = 74;
|
||||
|
||||
/*
|
||||
* RP2040_FEATHER_RFM95
|
||||
* Adafruit Feather RP2040 with RFM95 LoRa Radio RFM95 with SX1272, SSD1306 OLED
|
||||
* https://www.adafruit.com/product/5714
|
||||
* https://www.adafruit.com/product/326
|
||||
*
|
||||
*/
|
||||
RP2040_FEATHER_RFM95 = 75;
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue