mirror of
https://github.com/esp8266/Arduino.git
synced 2025-11-05 01:43:40 +03:00
Add SPIFFS::end (#1657)
This commit is contained in:
@@ -102,7 +102,8 @@ public:
|
||||
FS(FSImplPtr impl) : _impl(impl) { }
|
||||
|
||||
bool begin();
|
||||
|
||||
void end();
|
||||
|
||||
bool format();
|
||||
bool info(FSInfo& info);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user