diff --git a/_weather_sensor_cfg_8h_source.html b/_weather_sensor_cfg_8h_source.html index 5d5526af..4cdbef9a 100644 --- a/_weather_sensor_cfg_8h_source.html +++ b/_weather_sensor_cfg_8h_source.html @@ -271,7 +271,7 @@
185 
186 #elif defined(ARDUINO_TTGO_LoRa32_V2)
187  #pragma message("ARDUINO_TTGO_LoRa32_V2 defined; using on-board transceiver")
-
188  #pragma message("LoRa DIO1 must be wired to GPIO33 manually!")
+
188  #pragma message("Wiring required for LMIC: DIO1 to GPIO33")
189  #define USE_SX1276
190 
191 #elif defined(ARDUINO_TTGO_LoRa32_v21new)
@@ -319,7 +319,7 @@
233  // see https://github.com/espressif/arduino-esp32/issues/9423!
234  #pragma message("ARDUINO_M5STACK_CORE2 defined; assuming M5Stack Module LoRa868 will be used")
235  #define USE_SX1276
-
236  #pragma message("Required wiring: DIO1 to GPIO35")
+
236  #pragma message("Wiring required for LMIC: DIO1 to GPIO35")
237 
238 #elif defined(ARDUINO_AVR_FEATHER32U4)
239  #pragma message("ARDUINO_AVR_FEATHER32U4 defined; assuming this is the Adafruit Feather 32u4 RFM95 LoRa Radio")