You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you have a large amount of variables in the settings.json (more than about 7-8), the ESP32S3 crashes when saving variables through the webpage. Error indicates its something to do with the settings_posthandler method, specifically line 809.
Can you share the firmware (link) that is giving this error?
It seems either variables.at or variables_fields.at do not find a match in the vector or unordered_map. You can replace .at for square brackets (for variables only and then for variables_fields only) to see if the error vanishes (it will not fix the problem but can tell us the failing point. It could be a problem with the field name that is not being parsed correctly.
when you have a large amount of variables in the settings.json (more than about 7-8), the ESP32S3 crashes when saving variables through the webpage. Error indicates its something to do with the
settings_posthandler
method, specifically line 809.puara-module/puara.cpp
Lines 809 to 812 in 84f39b2
Error below:
The text was updated successfully, but these errors were encountered: