We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
,
1 parent 7b7b0ce commit 415063bCopy full SHA for 415063b
libraries/LittleFS/src/LittleFS.cpp
@@ -82,7 +82,7 @@ bool LittleFSFS::begin(bool formatOnFail, const char * basePath, uint8_t maxOpen
82
.base_path = basePath,
83
.partition_label = partitionLabel_,
84
.format_if_mount_failed = false,
85
- .dont_mount = false
+ .dont_mount = false,
86
.grow_on_mount = true
87
};
88
0 commit comments