Skip to content

File reads are only compatible with SPIFFS #74

Closed
@thorrak

Description

@thorrak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions