@@ -137,7 +137,7 @@ before mounting. All filesystems have their own ``*Config`` (i.e.
137
137
All filesystems allow explicitly enabling/disabling formatting when
138
138
mounts fail. If you do not call this ``setConfig `` method before
139
139
perforing ``begin() ``, you will get the filesystem's default
140
- behavior and configuration. By default, SPIFFS will autoformat the
140
+ behavior and configuration. By default, LittleFS will autoformat the
141
141
filesystem if it cannot mount it, while SDFS will not.
142
142
143
143
begin
@@ -150,8 +150,7 @@ begin
150
150
151
151
This method mounts file system. It must be called before any
152
152
other FS APIs are used. Returns *true * if file system was mounted
153
- successfully, false otherwise. With no options it will format SPIFFS
154
- if it is unable to mount it on the first try.
153
+ successfully, false otherwise.
155
154
156
155
Note that LittleFS will automatically format the filesystem
157
156
if one is not detected. This is configurable via ``setConfig ``
@@ -264,8 +263,6 @@ openDir
264
263
or LittleFS.openDir(path)
265
264
266
265
Opens a directory given its absolute path. Returns a *Dir * object.
267
- Please note the previous discussion on the difference in behavior between
268
- LittleFS and SPIFFS for this call.
269
266
270
267
remove
271
268
~~~~~~
0 commit comments