Moved some of the strings to PROGMEM. added "Done" message when the encoder is reversed

This commit is contained in:
Oleksiy
2024-07-31 16:44:04 +03:00
parent e14d627238
commit 8346c4d764
3 changed files with 39 additions and 37 deletions

View File

@ -64,6 +64,8 @@ void checkInputs() {
} else if (displayScreen == 2 && menuItem == 2) {
reverseEnc = !reverseEnc;
saveState();
showDone = true;
updateScreen();
} else if (displayScreen == 2 && menuItem == 3) {
EEPROM.put(1023, memCode - 1);
reboot();