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
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
I have a web site that sends some data via a parameter (...?data=TextToSave). Is there a method to write it to a SPIFFS file? Using File::write(..) calls yield and forces a reset of the ESP8266. Actually I save the data in a global variable and write it to the file inside loop(). I am concerned that this will lead to long-term synchronization problems and I can give no feedback about success.