provide grow_on_mount feature (#8769)
This commit is contained in:
parent
93a118c8e4
commit
093680e065
1 changed files with 2 additions and 1 deletions
|
|
@ -82,7 +82,8 @@ bool LittleFSFS::begin(bool formatOnFail, const char * basePath, uint8_t maxOpen
|
|||
.base_path = basePath,
|
||||
.partition_label = partitionLabel_,
|
||||
.format_if_mount_failed = false,
|
||||
.dont_mount = false
|
||||
.dont_mount = false,
|
||||
.grow_on_mount = true
|
||||
};
|
||||
|
||||
esp_err_t err = esp_vfs_littlefs_register(&conf);
|
||||
|
|
|
|||
Loading…
Reference in a new issue