menu, presets and actions
This commit is contained in:
@@ -156,7 +156,7 @@ void loop()
|
||||
Keyboard.press(KEY_F24);
|
||||
Keyboard.release(KEY_F24);
|
||||
}
|
||||
waitDelay = 5000;
|
||||
waitDelay = 10000;
|
||||
} else if (digitalRead(BUTTON_Rotary) == LOW && BUTTON_Rotary_lastState == HIGH) // = pressed
|
||||
{
|
||||
sevseg.setNumber(13, -1);
|
||||
|
||||
Reference in New Issue
Block a user