ESP-IDF + 0/4 examples
SourceVu will show references to esp_vfs_spiffs_conf_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedExamplesReferencesInstances

Fields

Field
Declared as
Description
const char*
File path prefix associated with the filesystem.
const char*
Optional, label of SPIFFS partition to use. If set to NULL, first partition with subtype=spiffs will be used.
size_t
Maximum files that could be open at the same time.
bool
If true, it will format the file system if it fails to mount.