This commit is contained in:
e2002
2022-04-20 13:00:13 +03:00
parent 1895043ba4
commit e8ed958f4d
14 changed files with 119 additions and 8 deletions

View File

@@ -103,7 +103,7 @@ void initControls() {
}
void loopControls() {
if(display.mode==LOST) return;
if(display.mode==LOST || display.mode==UPDATING) return;
#if ENC_BTNL!=255
encoderLoop();
#endif