Skip to content

Commit 4d469c8

Browse files
authored
Added missing identifiers in esp_vfs_littlefs_conf_t (#9046)
1 parent f6e12eb commit 4d469c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: libraries/LittleFS/src/LittleFS.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ bool LittleFSFS::begin(bool formatOnFail, const char * basePath, uint8_t maxOpen
8181
esp_vfs_littlefs_conf_t conf = {
8282
.base_path = basePath,
8383
.partition_label = partitionLabel_,
84+
.partition = NULL,
8485
.format_if_mount_failed = false,
86+
.read_only = false,
8587
.dont_mount = false,
8688
.grow_on_mount = true
8789
};

0 commit comments

Comments
 (0)