mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Update reference.md
This commit is contained in:
parent
041f971a8b
commit
2a2ecf8d94
@ -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++
|
||||
|
Loading…
x
Reference in New Issue
Block a user