-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
File reads are only compatible with SPIFFS #74
Comments
thorrak
added a commit
to thorrak/esp32FOTA
that referenced
this issue
Jan 26, 2022
I'm curious as to why SPIFFS was chosen as the filesystem for this project ? From my understanding LIttleFS is an upgrade to SPIFFS and considering how good & relevant this library is, I thought that would be using it. If not I'd love to know why not. |
bump multiple filesystem is implemented in the last relase (see the anyFS example), closing this as solved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As written, this library assumes that users are using SPIFFS. An example of this is:
esp32FOTA/src/esp32fota.cpp
Line 52 in 6648c9d
It would be good to be able to select between SPIFFS and LittleFS for users that might have switched over.
The text was updated successfully, but these errors were encountered: