display modes: window and menu; check ADC - wery good

This commit is contained in:
Edward Emelianov
2023-05-14 22:05:36 +03:00
parent 13cc2a7e70
commit a67da85f55
10 changed files with 155 additions and 48 deletions

View File

@@ -61,7 +61,7 @@ void process_keys(){
}
}
}
if(e != k->event){
if(e != k->event || e == EVT_HOLD){
k->lastTms = Tms;
lastUnsleep = Tms;
}