We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have analysed program from #1971 and in my opinion it is SPIFFS, not Json problem with about 430 bytes written. with response I got
30 -> 30 31 -> 31 32 -> (null) 1388090 bytes written 427 1388895 file size 427 1389470 string size 427 1390865 JSON deserial err: Ok abcdefghijklmnopqrtsuvwxyz abcdefghijklmnopqrtsuvwxyz abcdefghijklmnopqrtsuvwxyz 0 -> 0 1 -> 1 2 -> 2 3 -> (null) 4 -> (null) ....... 30 -> (null) 31 -> (null) 32 -> (null) 33 -> (null) 1454869 bytes written 430 1455674 file size 430 1456248 string size 430 1457647 JSON deserial err: Ok abcdefghijklmnopqrtsuvwxyz abcdefghijklmnopqrtsuvwxyz abcdefghijklmnopqrtsuvwxyz 0 -> (null) 1 -> (null)
and after this it is not possible to write to SPIFFS
The text was updated successfully, but these errors were encountered:
@kwis2 did you still have issues with the latest build? May you get rid of JSON to confirm that the problem concerns SPIFFS?
Sorry, something went wrong.
No branches or pull requests
I have analysed program from #1971 and in my opinion it is SPIFFS, not Json problem with about 430 bytes written.
with response I got
and after this it is not possible to write to SPIFFS
The text was updated successfully, but these errors were encountered: