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 @@
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")
191 #elif defined(ARDUINO_TTGO_LoRa32_v21new)
@@ -319,7 +319,7 @@
234 #pragma message("ARDUINO_M5STACK_CORE2 defined; assuming M5Stack Module LoRa868 will be used")
- 236 #pragma message("Required wiring: DIO1 to GPIO35")
+ 236 #pragma message("Wiring required for LMIC: DIO1 to GPIO35")
238 #elif defined(ARDUINO_AVR_FEATHER32U4)
239 #pragma message("ARDUINO_AVR_FEATHER32U4 defined; assuming this is the Adafruit Feather 32u4 RFM95 LoRa Radio")