mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-24 19:42:27 +03:00
Add FS::format (#702)
This commit is contained in:
@ -92,6 +92,8 @@ public:
|
||||
|
||||
bool begin();
|
||||
|
||||
bool format();
|
||||
|
||||
File open(const char* path, const char* mode);
|
||||
File open(const String& path, const char* mode);
|
||||
|
||||
|
Reference in New Issue
Block a user