frequency of encoder ticks
This commit is contained in:
parent
05805eeb00
commit
033cf655f4
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user