Speed can now be changed on-the-fly by setting speedup.

This commit is contained in:
2021-01-10 16:27:49 +01:00
parent 8fe03313ac
commit 7651e46ee0
3 changed files with 5 additions and 1 deletions

View File

@ -32,3 +32,4 @@ extern AnimationMode mode;
extern AnimationMode temp_mode;
extern unsigned long temp_mode_until;
extern int return_to_brightness;
extern uint8_t speedup;