KevinVanthuyne / esp32-rgb-led-tubes-controller

ESP32 controller for a custom set of DIY RGB LED tubes used as stage lighting effects
2 stars 0 forks source link

changed program delay to use millis for an always responsive menu #5

Closed KevinVanthuyne closed 4 years ago

KevinVanthuyne commented 4 years ago

Previously the menu wouldn't respond until the delay of the current iteration was done. Now millis() is used so the animation delay doesn't block handling the menu input.