1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-24 19:42:27 +03:00

Merge pull request #664 from martinayotte/esp8266

fix dtostrf() issue, add Dir::fileSize
This commit is contained in:
Ivan Grokhotkov
2015-08-13 12:03:32 +03:00
5 changed files with 66 additions and 33 deletions

View File

@ -78,6 +78,7 @@ public:
File openFile(const char* mode);
String fileName();
size_t fileSize();
bool next();
protected: