Skip to content

Commit

Permalink
Merge pull request #559 from miltieIV2/miltieIV2/add_support_for_adaf…
Browse files Browse the repository at this point in the history
…ruit_feather_rp2040_rfm95

miltieIV2/add support for adafruit feather rp2040 rfm95
  • Loading branch information
thebentern authored Aug 22, 2024
2 parents b15c081 + e6561cc commit cbd790f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,17 @@ enum HardwareModel {
*/
ME25LS01_4Y10TD = 75;

/*
* 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
* https://www.adafruit.com/product/938
* ^^^ short A0 to switch to I2C address 0x3C
*
*/
RP2040_FEATHER_RFM95 = 76;

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.
Expand Down

0 comments on commit cbd790f

Please sign in to comment.