mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-08 17:02:26 +03:00
Update reference.md
This commit is contained in:
@ -146,6 +146,15 @@ This method mounts SPIFFS file system. It must be called before any other
|
|||||||
FS APIs are used. Returns *true* if file system was mounted successfully, false
|
FS APIs are used. Returns *true* if file system was mounted successfully, false
|
||||||
otherwise.
|
otherwise.
|
||||||
|
|
||||||
|
#### format
|
||||||
|
|
||||||
|
```c++
|
||||||
|
SPIFFS.format()
|
||||||
|
```
|
||||||
|
|
||||||
|
Formats the file system. May be called either before or after calling `begin`.
|
||||||
|
Returns *true* if formatting was successful.
|
||||||
|
|
||||||
#### open
|
#### open
|
||||||
|
|
||||||
```c++
|
```c++
|
||||||
|
Reference in New Issue
Block a user