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
Update SPIFFS to f5e26c4 (fixes creation of files larger than 24k)
By default, don't include the following files/directories: .DS_Store, .git, .gitignore, .gitmodules. New option (-a) is provided to allow these files/directories to be included.
Provide two versions of the binaries for each platform: normal one, and the one with "no-magic-length" in its name.
Normal version is compatible with the applications which use SPIFFS_USE_MAGIC_LENGTH=1.
"no-magic-length" version is compatible with applications which use SPIFFS_USE_MAGIC_LENGTH=0.