play button wakes up the screen now

This commit is contained in:
--global
2023-05-08 01:02:13 +03:00
parent 0e913498b3
commit 1a2a45ae00

View File

@ -319,7 +319,7 @@ void checkInputs() {
resetClocks();
playBtnPushed = true;
saveState();
lastInteractionTime = millis();
updateScreen(); //to wake up the screen if turned off
} else if (digitalRead(START_STOP_BTN_PIN) && playBtnPushed) {
playBtnPushed = false;
}