Skip to content

Commit bca0a15

Browse files
committed
Update esp_flash_littleFs.cpp
1 parent a625ebd commit bca0a15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main/modules/filesystem/flash/esp_flash_littleFs.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ bool ESP3DFlash::mount() {
5050
esp_vfs_littlefs_conf_t conf = {
5151
.base_path = mount_point(),
5252
.partition_label = PARTITION_LABEL,
53+
.partition = NULL,
5354
.format_if_mount_failed = true,
55+
.read_only = false,
5456
.dont_mount = false,
57+
.grow_on_mount = true,
5558
};
5659
esp_err_t ret = esp_vfs_littlefs_register(&conf);
5760

0 commit comments

Comments
 (0)