Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
using fs::SPIFFSConfig
to FS.h (esp8266#6324)
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
- Loading branch information