display and ethernet fix

This commit is contained in:
Peter Buchegger 2021-03-13 23:22:43 +01:00
parent c72668ecad
commit 92b283e32f
2 changed files with 8 additions and 3 deletions

View file

@ -64,6 +64,7 @@ void Display::update() {
if (_displaySaveMode) {
_displayTimeout.start();
}
return;
}
if (_displayTimeout.check()) {
deactivateDisplay();