1
0
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:
Ivan Grokhotkov
2015-08-31 10:24:30 +03:00
parent b8a6b71a1f
commit 041f971a8b
5 changed files with 63 additions and 5 deletions

View File

@ -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);