Skip to content

Commit 05c07ee

Browse files
Merge branch 'master' into args
2 parents 3926687 + 08f26cc commit 05c07ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ 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-
.format_if_mount_failed = false
84+
.format_if_mount_failed = false,
85+
.dont_mount = false
8586
};
8687

8788
esp_err_t err = esp_vfs_littlefs_register(&conf);

0 commit comments

Comments
 (0)