diff --git a/_bresser_weather_sensor_t_t_n_cfg_8h_source.html b/_bresser_weather_sensor_t_t_n_cfg_8h_source.html
index ea880a2..5c7c10b 100644
--- a/_bresser_weather_sensor_t_t_n_cfg_8h_source.html
+++ b/_bresser_weather_sensor_t_t_n_cfg_8h_source.html
@@ -151,242 +151,243 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 84 #if !defined(ARDUINO_TTGO_LoRa32_V1) && !defined(ARDUINO_TTGO_LoRa32_V2) && \
- 85 !defined(ARDUINO_TTGO_LoRa32_v21new) && !defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2) && \
- 86 !defined(ARDUINO_FEATHER_ESP32) && !defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
-
-
-
-
- 91 #define FIREBEETLE_COVER_LORA
-
-
-
-
- 96 #define ARDUINO_LMIC_CFG_NETWORK_TTN 1
-
-
-
-
- 101 #define ARDUINO_LMIC_CFG_NETWORK_GENERIC 0
-
-
-
-
-
- 107 #if defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
- 108 #define SESSION_IN_PREFERENCES
-
-
-
-
-
- 114 #if defined(ARDUINO_ADAFRUIT_FEATHER_RP2040) || defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
-
- 116 #pragma message("External voltage divider required for battery voltage measurement.")
- 117 #pragma message("Setting BATTERY_WEAK 0 (no power-saving).")
- 118 #define BATTERY_WEAK 0
- 119 #elif defined(FIREBEETLE_COVER_LORA)
- 120 #pragma message("On-board voltage divider must be enabled for battery voltage measurement (see schematic).")
- 121 #pragma message("Setting BATTERY_WEAK 0 (no power-saving).")
- 122 #define BATTERY_WEAK 0
-
- 124 #define BATTERY_WEAK 3500
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 85 #if !defined(ARDUINO_TTGO_LoRa32_V1) && !defined(ARDUINO_TTGO_LoRa32_V2) && \
+ 86 !defined(ARDUINO_TTGO_LoRa32_v21new) && !defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2) && \
+ 87 !defined(ARDUINO_FEATHER_ESP32) && !defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
+
+
+
+
+ 92 #define FIREBEETLE_ESP32_COVER_LORA
+
+
+
+
+ 97 #define ARDUINO_LMIC_CFG_NETWORK_TTN 1
+
+
+
+
+ 102 #define ARDUINO_LMIC_CFG_NETWORK_GENERIC 0
+
+
+
+
+
+ 108 #if defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
+ 109 #define SESSION_IN_PREFERENCES
+
+
+
+
+
+ 115 #if defined(ARDUINO_ADAFRUIT_FEATHER_RP2040) || defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
+
+ 117 #pragma message("External voltage divider required for battery voltage measurement.")
+ 118 #pragma message("Setting BATTERY_WEAK 0 (no power-saving).")
+ 119 #define BATTERY_WEAK 0
+ 120 #elif defined(FIREBEETLE_ESP32_COVER_LORA)
+ 121 #pragma message("On-board voltage divider must be enabled for battery voltage measurement (see schematic).")
+ 122 #pragma message("Setting BATTERY_WEAK 0 (no power-saving).")
+ 123 #define BATTERY_WEAK 0
+
+ 125 #define BATTERY_WEAK 3500
+
-
- 129 #if defined(ARDUINO_ADAFRUIT_FEATHER_RP2040) || defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
-
- 131 #pragma message("Setting BATTERY_LOW 0 (no deep-discharge prevention).")
- 132 #define BATTERY_LOW 0
- 133 #elif defined(FIREBEETLE_COVER_LORA)
- 134 #pragma message("Setting BATTERY_LOW 0 (no deep-discharge prevention).")
- 135 #define BATTERY_LOW 0
-
- 137 #define BATTERY_LOW 3200
-
-
-
-
-
-
- 144 #define SLEEP_INTERVAL 360
-
-
- 147 #define SLEEP_INTERVAL_LONG 900
-
-
- 150 #define CLOCK_SYNC_INTERVAL 24 * 60
-
-
-
-
-
- 156 #define FORCE_JOIN_AFTER_SLEEP_TIMEOUT
-
-
- 159 #define SLEEP_TIMEOUT_INITIAL 1800
-
-
- 162 #define SLEEP_TIMEOUT_JOINED 600
-
-
- 165 #define SLEEP_TIMEOUT_EXTRA 300
-
-
- 168 #define WEATHERSENSOR_TIMEOUT 180
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 189 #if !defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2) && !defined(ARDUINO_ARCH_RP2040)
-
- 191 #define THEENGSDECODER_EN
-
-
-
- 195 #define SOILSENSOR_EN
-
-
- 198 #define LIGHTNINGSENSOR_EN
-
-
- 201 const char* TZ_INFO =
"CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00";
-
-
- 204 #if defined(LORAWAN_NODE) || defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
-
-
-
-
-
-
-
-
-
-
-
-
- 217 #if defined(ARDUINO_TTGO_LoRa32_V1) || defined(ARDUINO_TTGO_LoRa32_V2) || defined(ARDUINO_TTGO_LoRa32_v21new)
- 218 #define PIN_ADC_IN 35
- 219 #elif defined(ARDUINO_FEATHER_ESP32)
- 220 #define PIN_ADC_IN A13
- 221 #elif defined(LORAWAN_NODE) || defined(FIREBEETLE_COVER_LORA)
- 222 #define PIN_ADC_IN A0
- 223 #elif defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
- 224 #define PIN_ADC_IN A0
-
- 226 #define PIN_ADC_IN 34
-
-
-
+
+
+ 130 #if defined(ARDUINO_ADAFRUIT_FEATHER_RP2040) || defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
+
+ 132 #pragma message("Setting BATTERY_LOW 0 (no deep-discharge prevention).")
+ 133 #define BATTERY_LOW 0
+ 134 #elif defined(FIREBEETLE_ESP32_COVER_LORA)
+ 135 #pragma message("Setting BATTERY_LOW 0 (no deep-discharge prevention).")
+ 136 #define BATTERY_LOW 0
+
+ 138 #define BATTERY_LOW 3200
+
+
+
+
+
+
+ 145 #define SLEEP_INTERVAL 360
+
+
+ 148 #define SLEEP_INTERVAL_LONG 900
+
+
+ 151 #define CLOCK_SYNC_INTERVAL 24 * 60
+
+
+
+
+
+ 157 #define FORCE_JOIN_AFTER_SLEEP_TIMEOUT
+
+
+ 160 #define SLEEP_TIMEOUT_INITIAL 1800
+
+
+ 163 #define SLEEP_TIMEOUT_JOINED 600
+
+
+ 166 #define SLEEP_TIMEOUT_EXTRA 300
+
+
+ 169 #define WEATHERSENSOR_TIMEOUT 180
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 190 #if !defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2) && !defined(ARDUINO_ARCH_RP2040)
+
+ 192 #define THEENGSDECODER_EN
+
+
+
+ 196 #define SOILSENSOR_EN
+
+
+ 199 #define LIGHTNINGSENSOR_EN
+
+
+ 202 const char* TZ_INFO =
"CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00";
+
+
+ 205 #if defined(LORAWAN_NODE) || defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
+
+
+
+
+
+
+
+
+
+
+
+
+ 218 #if defined(ARDUINO_TTGO_LoRa32_V1) || defined(ARDUINO_TTGO_LoRa32_V2) || defined(ARDUINO_TTGO_LoRa32_v21new)
+ 219 #define PIN_ADC_IN 35
+ 220 #elif defined(ARDUINO_FEATHER_ESP32)
+ 221 #define PIN_ADC_IN A13
+ 222 #elif defined(LORAWAN_NODE) || defined(FIREBEETLE_ESP32_COVER_LORA)
+ 223 #define PIN_ADC_IN A0
+ 224 #elif defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
+ 225 #define PIN_ADC_IN A0
+
+ 227 #define PIN_ADC_IN 34
+
+
-
-
-
-
-
- 236 #define PIN_ADC3_IN A3
-
-
-
-
- 241 const float ADC0_DIV = 0.5;
- 242 const uint8_t ADC0_SAMPLES = 10;
-
-
-
-
- 247 const float ADC1_DIV = 0.5;
- 248 const uint8_t ADC1_SAMPLES = 10;
-
-
-
-
- 253 const float ADC2_DIV = 0.5;
- 254 const uint8_t ADC2_SAMPLES = 10;
-
-
-
-
- 259 const float ADC3_DIV = 0.5;
- 260 const uint8_t ADC3_SAMPLES = 10;
-
-
-
- 264 #if defined(ARDUINO_TTGO_LoRa32_V1)
- 265 #define PIN_ONEWIRE_BUS 21
- 266 #elif defined(ARDUINO_FEATHER_ESP32) || defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
- 267 #define PIN_ONEWIRE_BUS 15
- 268 #elif defined(LORAWAN_NODE) || defined(FIREBEETLE_COVER_LORA)
- 269 #define PIN_ONEWIRE_BUS 5
- 270 #elif defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
- 271 #define PIN_ONEWIRE_BUS 6
-
- 273 #define PIN_ONEWIRE_BUS 0
-
-
-
- 277 #ifdef DISTANCESENSOR_EN
- 278 #if defined(LORAWAN_NODE)
- 279 #define DISTANCESENSOR_TX 0
- 280 #define DISTANCESENSOR_RX 26
- 281 #define DISTANCESENSOR_PWR 25
- 282 #define DISTANCESENSOR_RETRIES 5
- 283 #elif defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
- 284 #define DISTANCESENSOR_TX 0
- 285 #define DISTANCESENSOR_RX 1
- 286 #define DISTANCESENSOR_PWR 7
- 287 #define DISTANCESENSOR_RETRIES 8
-
-
-
-
-
- 293 const float UBATT_DIV = 0.5;
- 294 const uint8_t UBATT_SAMPLES = 10;
-
-
- 297 #if defined(MITHERMOMETER_EN) || defined(THEENGSDECODER_EN)
-
- 299 #define BLE_SCAN_TIME 31
-
-
- 302 #define KNOWN_BLE_ADDRESSES {"a4:c1:38:b8:1f:7f"}
-
+
+
+
+
+
+
+ 237 #define PIN_ADC3_IN A3
+
+
+
+
+ 242 const float ADC0_DIV = 0.5;
+ 243 const uint8_t ADC0_SAMPLES = 10;
+
+
+
+
+ 248 const float ADC1_DIV = 0.5;
+ 249 const uint8_t ADC1_SAMPLES = 10;
+
+
+
+
+ 254 const float ADC2_DIV = 0.5;
+ 255 const uint8_t ADC2_SAMPLES = 10;
+
+
+
+
+ 260 const float ADC3_DIV = 0.5;
+ 261 const uint8_t ADC3_SAMPLES = 10;
+
+
+
+ 265 #if defined(ARDUINO_TTGO_LoRa32_V1)
+ 266 #define PIN_ONEWIRE_BUS 21
+ 267 #elif defined(ARDUINO_FEATHER_ESP32) || defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
+ 268 #define PIN_ONEWIRE_BUS 15
+ 269 #elif defined(LORAWAN_NODE) || defined(FIREBEETLE_ESP32_COVER_LORA)
+ 270 #define PIN_ONEWIRE_BUS 5
+ 271 #elif defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
+ 272 #define PIN_ONEWIRE_BUS 6
+
+ 274 #define PIN_ONEWIRE_BUS 0
+
+
+
+ 278 #ifdef DISTANCESENSOR_EN
+ 279 #if defined(LORAWAN_NODE)
+ 280 #define DISTANCESENSOR_TX 0
+ 281 #define DISTANCESENSOR_RX 26
+ 282 #define DISTANCESENSOR_PWR 25
+ 283 #define DISTANCESENSOR_RETRIES 5
+ 284 #elif defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
+ 285 #define DISTANCESENSOR_TX 0
+ 286 #define DISTANCESENSOR_RX 1
+ 287 #define DISTANCESENSOR_PWR 7
+ 288 #define DISTANCESENSOR_RETRIES 8
+
+
+
+
+
+ 294 const float UBATT_DIV = 0.5;
+ 295 const uint8_t UBATT_SAMPLES = 10;
+
+
+ 298 #if defined(MITHERMOMETER_EN) || defined(THEENGSDECODER_EN)
+
+ 300 #define BLE_SCAN_TIME 31
+
+
+ 303 #define KNOWN_BLE_ADDRESSES {"a4:c1:38:b8:1f:7f"}
+