Add support for Adafruit Feather RP2040 with RFM95. (#4451)

* Add support for Adafruit Feather RP2040 with RFM95.

* Update mesh.pb.h

dropping this change from the file generated by the protobuf

* Update mesh.pb.h

remove these reverting changes

* Update mesh.pb.h

oops, missed a comma
This commit is contained in:
John Milton
2024-08-26 11:28:08 -04:00
committed by Kevin Hester
parent 927a35ef51
commit 1fe80e0f30
3 changed files with 79 additions and 0 deletions

View File

@@ -29,4 +29,6 @@
#define HW_VENDOR meshtastic_HardwareModel_SENSELORA_RP2040
#elif defined(RP2040_LORA)
#define HW_VENDOR meshtastic_HardwareModel_RP2040_LORA
#elif defined(RP2040_FEATHER_RFM95)
#define HW_VENDOR meshtastic_HardwareModel_RP2040_FEATHER_RFM95
#endif