frequency of encoder ticks

This commit is contained in:
Alexander Belov 2025-01-17 01:16:01 +07:00
parent 05805eeb00
commit 033cf655f4

View File

@ -1,4 +1,4 @@
LP_TIMER(10, checkEncoder);
LP_TIMER(2, checkEncoder);
void checkEncoder() {
enc1.tick();
@ -22,6 +22,7 @@ void handleExecutionSelection() {
activeProfileIndex = 100;
activeProfile = profiles[activeProfileIndex];
inSelectionMode = true;
Output = 0;
writeEEPROM();
oled.clear();
displaySelection();