From 9557756ae294361c58ca3521cdbbe524d6ca8aa7 Mon Sep 17 00:00:00 2001 From: matthias-bs <83612361+matthias-bs@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:33:59 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20matthias?= =?UTF-8?q?-bs/BresserWeatherSensorReceiver@0371bf64105b56334b97ad8ead6867?= =?UTF-8?q?956e02131c=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 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/_weather_sensor_cfg_8h_source.html b/_weather_sensor_cfg_8h_source.html index 9f78bc61..545be884 100644 --- a/_weather_sensor_cfg_8h_source.html +++ b/_weather_sensor_cfg_8h_source.html @@ -148,7 +148,7 @@
62 // ------------------------------------------------------------------------------------------------
63 // --- Weather Sensors ---
64 // ------------------------------------------------------------------------------------------------
-
65 #define NUM_SENSORS 1 // Number of sensors to be received
+
65 #define NUM_SENSORS 4 // Number of sensors to be received
66 
67 // List of sensor IDs to be excluded - can be empty
68 #define SENSOR_IDS_EXC { 0x792882A2 }
@@ -274,19 +274,19 @@
188 #elif defined(ARDUINO_ESP32_DEV)
189  //#define LORAWAN_NODE
190  #define FIREBEETLE_ESP32_COVER_LORA
-
191 
-
192  #if !defined(LORAWAN_NODE) && !defined(FIREBEETLE_ESP32_COVER_LORA)
-
193  #pragma message("ARDUINO_ESP32_DEV defined; select either LORAWAN_NODE or FIREBEETLE_ESP32_COVER_LORA manually!")
-
194 
-
195  #elif defined(LORAWAN_NODE)
-
196  #pragma message("LORAWAN_NODE defined; assuming this is the LoRaWAN_Node board (DFRobot Firebeetle32 + Adafruit RFM95W LoRa Radio)")
-
197  #define USE_SX1276
-
198 
-
199  #elif defined(FIREBEETLE_ESP32_COVER_LORA)
-
200  #define USE_SX1276
-
201  #pragma message("FIREBEETLE_ESP32_COVER_LORA defined; assuming this is a FireBeetle ESP32 with FireBeetle Cover LoRa")
-
202  #pragma message("Required wiring: D2 to RESET, D3 to DIO0, D4 to CS, D5 to DIO1")
-
203 
+
191 
+
192  #if defined(FIREBEETLE_ESP32_COVER_LORA)
+
193  #pragma message("FIREBEETLE_ESP32_COVER_LORA defined; assuming this is a FireBeetle ESP32 with FireBeetle Cover LoRa")
+
194  #define USE_SX1276
+
195  #pragma message("Required wiring: D2 to RESET, D3 to DIO0, D4 to CS, D5 to DIO1")
+
196 
+
197  #elif defined(LORAWAN_NODE)
+
198  #pragma message("LORAWAN_NODE defined; assuming this is the LoRaWAN_Node board (DFRobot Firebeetle32 + Adafruit RFM95W LoRa Radio)")
+
199  #define USE_SX1276
+
200 
+
201  #else
+
202  #pragma message("ARDUINO_ESP32_DEV defined; select either LORAWAN_NODE or FIREBEETLE_ESP32_COVER_LORA manually!")
+
203 
204  #endif
205 #endif
206