change starting hour for day brightness

This commit is contained in:
Nicu Hodos 2025-03-25 13:48:08 +01:00
parent 16befa50e5
commit ccd9112087

View File

@ -170,7 +170,7 @@ namespace Display {
if (currentHour == 4) {
Ntp::tUpdateTime.restart();
}
if (currentHour == 8) {
if (currentHour == 7) {
brightness = Brightness::DAY;
Wifi::tConnect.enable();
}