From 2d7f6d12d93f8bf0d156e5d8c4e7e9df66083853 Mon Sep 17 00:00:00 2001 From: John Milton Date: Thu, 15 Aug 2024 14:00:06 -0400 Subject: [PATCH] add ther other Adafruit displauy and a comment about A0. --- meshtastic/mesh.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index b0c6a67..91490be 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -610,7 +610,9 @@ enum HardwareModel { * 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 = 75;