menu, presets and actions

This commit is contained in:
2022-09-18 14:38:00 +02:00
parent d8e51001b3
commit 38e3882d6a
3 changed files with 418 additions and 37 deletions

View File

@@ -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);