Skip to content
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

Closed
thorrak opened this issue Jan 23, 2022 · 3 comments
Closed

File reads are only compatible with SPIFFS #74

thorrak opened this issue Jan 23, 2022 · 3 comments

Comments

@thorrak
Copy link
Contributor

thorrak commented Jan 23, 2022

As written, this library assumes that users are using SPIFFS. An example of this is:

File public_key_file = SPIFFS.open( "/rsa_key.pub" );

It would be good to be able to select between SPIFFS and LittleFS for users that might have switched over.

thorrak added a commit to thorrak/esp32FOTA that referenced this issue Jan 26, 2022
@Darren777
Copy link

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.

@chrisjoyce911
Copy link
Owner

chrisjoyce911 commented Apr 25, 2022

I would like to have support for both , as SPIFFS is not the primary function of this library it should not have a strong option forcing the use on or over the other.

You could help out with come testing of
#79
and
#47
and assist in resolving any conflicts and or errors

@tobozo
Copy link
Collaborator

tobozo commented Sep 30, 2022

bump

multiple filesystem is implemented in the last relase (see the anyFS example), closing this as solved

@tobozo tobozo closed this as completed Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants