From 97cd687e825e8920ea1d2b4ecee4749f5b3c27ab Mon Sep 17 00:00:00 2001 From: John Milton Date: Thu, 15 Aug 2024 13:51:20 -0400 Subject: [PATCH] Add board enum for RP2040_FEATHER_RFM95; variants/feather_rp2040_rfm95. --- meshtastic/mesh.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 7d07066..b0c6a67 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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.