switch to wifi without multi ssid
This commit is contained in:
parent
4d881a96bd
commit
0837dc8fe8
@ -91,7 +91,7 @@ namespace Display {
|
||||
}
|
||||
if (currentHour == 8) {
|
||||
Brightness::set(BRIGHTNESS_DAY);
|
||||
Wifi::tReconnect.enable();
|
||||
Wifi::tConnect.enable();
|
||||
}
|
||||
if (currentHour == 17) {
|
||||
Brightness::set(BRIGHTNESS_NIGHT);
|
||||
|
||||
@ -21,7 +21,7 @@ lib_deps =
|
||||
adafruit/Adafruit Unified Sensor @ ^1.1.4
|
||||
adafruit/Adafruit BME280 Library@^2.2.4
|
||||
sparkfun/SparkFun BME280@^2.0.9
|
||||
https://git.hodos.ro/libraries/wifi.git@^1.0.1
|
||||
https://git.hodos.ro/libraries/wifi.git@^2.0.0
|
||||
https://git.hodos.ro/libraries/ha-mqtt.git@^1.0.0
|
||||
build_flags = -D WIFI_ALWAYS_ON=1 -D ADAFRUIT_BME=1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user