8000 Update fs.rst (#1754) · sleemanj/arduino-pico@6a0cc90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a0cc90

Browse files
1 parent 21d212a commit 6a0cc90

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/fs.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ before mounting. All filesystems have their own ``*Config`` (i.e.
137137
All filesystems allow explicitly enabling/disabling formatting when
138138
mounts fail. If you do not call this ``setConfig`` method before
139139
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
141141
filesystem if it cannot mount it, while SDFS will not.
142142

143143
begin
@@ -150,8 +150,7 @@ begin
150150
151151
This method mounts file system. It must be called before any
152152
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.
155154

156155
Note that LittleFS will automatically format the filesystem
157156
if one is not detected. This is configurable via ``setConfig``
@@ -264,8 +263,6 @@ openDir
264263
or LittleFS.openDir(path)
265264
266265
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.
269266

270267
remove
271268
~~~~~~

0 commit comments

Comments
 (0)
0