forkineye / ESPixelStick

Firmware for the ESPixelStick
http://forkineye.com/
528 stars 169 forks source link

Store [Diagnostics] tab settings #709

Closed fedekrum closed 6 months ago

fedekrum commented 6 months ago

Is your feature request related to a problem? Please describe. The problem is that each time I access the [Diagnostics] tab after the page reload, "Display As" (RGB, RGBW, Channels) and "Columns" are reset.

Describe the solution you'd like I imagine 2 solutions. 1) Write in the ESP flash these 2 parameters each time a change is made to one of those. 2) Save them on a browser cookie for a long period each time these are changed

MartinMueller2003 commented 6 months ago

Changes for this are in the latest pull request.

fedekrum commented 6 months ago

Which way you went? Cookies or saving values on ESP flash?(or other...)

MartinMueller2003 commented 6 months ago

cookies. You can test it in my latest dist.zip file.

fedekrum commented 6 months ago

Can you post your release's URL?

MartinMueller2003 commented 6 months ago

https://github.com/MartinMueller2003/ESPixelStick/releases Use the dist.zip file you find there. The source code is out of date.