change starting hour for day brightness
This commit is contained in:
parent
16befa50e5
commit
ccd9112087
@ -170,7 +170,7 @@ namespace Display {
|
||||
if (currentHour == 4) {
|
||||
Ntp::tUpdateTime.restart();
|
||||
}
|
||||
if (currentHour == 8) {
|
||||
if (currentHour == 7) {
|
||||
brightness = Brightness::DAY;
|
||||
Wifi::tConnect.enable();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user