Tento commit je obsažen v:
JQ
2025-05-28 16:45:41 -07:00
rodič 2f7aa6d9a1
revize ce87156a43
3 změnil soubory, kde provedl 3 přidání a 6 odebrání
+1 -5
Zobrazit soubor
@@ -311,12 +311,8 @@ void UITask::handleButtonAnyPress() {
if (_display != NULL) {
if (!_display->isOn()) {
_display->turnOn();
_need_refresh = true;
} else {
// Turn on display
_display->turnOn();
_need_refresh = true;
}
_need_refresh = true;
_auto_off = millis() + AUTO_OFF_MILLIS; // extend auto-off timer
}
}