srwi / FastLEDHub

Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.
GNU Lesser General Public License v2.1
53 stars 2 forks source link

Awesome! #1

Closed wehrdesigns closed 2 years ago

wehrdesigns commented 4 years ago

This is a great project! Thanks for sharing! I will note that I had to add the blank file "config_json.txt" to the data folder before a webpage would load. The code did not automatically create one if it was supposed to. Keep up the great work! I would like to add a sunrise feature if you don't already have it written.

srwi commented 4 years ago

Thank you!

There is an alarm function which allows you to slowly fade in an animation or a static color over a set period of time. Could you use that as a sunrise feature? Otherwise feel free to send a PR!

I will look into the config file bug. Thank you for the report!

wehrdesigns commented 4 years ago

I tried the alarm feature, it works good as a sunrise! Thanks again!

srwi commented 4 years ago

I am having trouble reproducing the config file issue. Do you remember the output? Did the ESP reset when loading a page? The file gets created successfully for me.