-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp8266: Syntax error at overwriting presets #3312
Comments
@blazoncek any idea on this one? Same as @dosipod, I have saved lots of presets with default options, however usually doing it on esp32 as I only have one 8266, which is reserved for collecting dust 😉 on my high cupboard. Could there be something causing errors on 8266, while it works on esp32? |
This is related to AsyncWebServer buffer being corrupt. Refreshing UI will often resolve the problem. |
Possibly related to #3641 |
Closing as corrupt JSON has been fixed in 0.14.1-b3. |
What happened?
When updating a preset "SyntaxError: Expected ',' or '}' after property value in JSON at position 2226" appears.
To Reproduce Bug
A preset "Fire 2012" exists at position 3. After some modifications trieded to update the preset with following settings:
[x] Overwrite with state
[x] Include brightness
[x] Save segment bounds
[ ] Checked segments only
Save to ID 3
Expected Behavior
Preset is updated
Install Method
Self-Compiled
What version of WLED?
0.14.0-b3 "Hoshi"
Which microcontroller/board are you seeing the problem on?
ESP8266
Relevant log/trace output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: