mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +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
|
||||
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
|
||||
|
||||
```c++
|
||||
|
Reference in New Issue
Block a user