Fixed screen timeout issue from missing bool change

This commit is contained in:
Dionysus 2024-06-06 01:31:16 -04:00
parent b0b1ee297d
commit 995529af02
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 1 additions and 0 deletions

View File

@ -1211,6 +1211,7 @@ void handleKeyboardInput(char key) {
if (!screenOn) {
turnOnScreen();
screenOn = true;
return;
}