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