Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4d469c8

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎libraries/LittleFS/src/LittleFS.cpp‎

Lines changed: 2 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /