We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419e0ac commit 7b7b0ceCopy full SHA for 7b7b0ce
libraries/LittleFS/src/LittleFS.cpp
@@ -83,6 +83,7 @@ bool LittleFSFS::begin(bool formatOnFail, const char * basePath, uint8_t maxOpen
83
.partition_label = partitionLabel_,
84
.format_if_mount_failed = false,
85
.dont_mount = false
86
+ .grow_on_mount = true
87
};
88
89
esp_err_t err = esp_vfs_littlefs_register(&conf);
0 commit comments