diff --git a/t_encoder.ino b/t_encoder.ino index e36b2ba..15bc1db 100644 --- a/t_encoder.ino +++ b/t_encoder.ino @@ -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();