Merge pull request #559 from miltieIV2/miltieIV2/add_support_for_adafruit_feather_rp2040_rfm95

miltieIV2/add support for adafruit feather rp2040 rfm95
This commit is contained in:
Ben Meadors 2024-08-22 14:09:21 -05:00 committed by GitHub
commit cbd790fed1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.