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

Add using fs::SPIFFSConfig to FS.h #6324

Merged
merged 1 commit into from
Jul 21, 2019

Conversation

earlephilhower
Copy link
Collaborator

The SPIFFS config object was defined in FS.h in its own namespace, but
is not made easily available like other SPIFFS and FS objects because of
a missing using statement. Add it in FS.h

Fixes #6322

The SPIFFS config object was defined in FS.h in its own namespace, but
is not made easily available like other SPIFFS and FS objects because of
a missing `using` statement.  Add it in FS.h

Fixes esp8266#6322
@earlephilhower earlephilhower merged commit 93ef2e2 into esp8266:master Jul 21, 2019
@earlephilhower earlephilhower deleted the spiffscfg branch July 25, 2019 16:43
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

Successfully merging this pull request may close these issues.

SPIFFS setConfig
1 participant