Skip to content

Commit 7b7b0ce

Browse files
authored
grow_on_mount (#269)
1 parent 419e0ac commit 7b7b0ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/LittleFS/src/LittleFS.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ bool LittleFSFS::begin(bool formatOnFail, const char * basePath, uint8_t maxOpen
8383
.partition_label = partitionLabel_,
8484
.format_if_mount_failed = false,
8585
.dont_mount = false
86+
.grow_on_mount = true
8687
};
8788

8889
esp_err_t err = esp_vfs_littlefs_register(&conf);

0 commit comments

Comments
 (0)