thebigpotatoe / Super-Simple-RGB-WiFi-Lamp

A project based on the ESP8266 and WS2812b
MIT License
66 stars 28 forks source link

Always start modes with initial settings #32

Closed LarsMichelsen closed 4 years ago

LarsMichelsen commented 4 years ago

In previous versions the board kept runtime information per mode when switching between modes. This could have odd effects, for example the "color wipe" mode could be invisible for some time when it was in the "fade out" phase when switching to the mode.

LarsMichelsen commented 4 years ago

Please do not merge this for the moment. I just recognized that the reset is not good for the options that are persisted in the config :). Will fix this first and update the PR.

LarsMichelsen commented 4 years ago

Just updated this PR. Feel free to try / merge.

thebigpotatoe commented 4 years ago

Looks good, but will need to merge with #36. I'll hold off for now.

thebigpotatoe commented 4 years ago

Decided to merge this, works great and i think it will be important to have for the library restructure.