From 24353d8ecf27305c09a6e18adb8540b3a9787702 Mon Sep 17 00:00:00 2001 From: matthias-bs <83612361+matthias-bs@users.noreply.github.com> Date: Tue, 9 Apr 2024 06:35:37 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20matthias?= =?UTF-8?q?-bs/BresserWeatherSensorReceiver@3ee969fb6e94d3726443962cfdddca?= =?UTF-8?q?10c537b840=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _weather_sensor_cfg_8h_source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")