Replace SPIFFS to LittleFS #33
dzurikmiroslav
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on WebDAV interface implementation (it will increase the comfort of script development :-)
Currently as VFS is used SPIFFS, which does not support directories. I'm considering changing SPIFFS to LittleFS, which supports directories. To be able to implement all WebDAV methods (MKCOL)
Beta Was this translation helpful? Give feedback.
All reactions