mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-24 19:42:27 +03:00
Filesystem: fix File::available, add File::name
This commit is contained in:
@ -64,6 +64,7 @@ public:
|
||||
size_t size() const;
|
||||
void close();
|
||||
operator bool() const;
|
||||
const char* name() const;
|
||||
|
||||
protected:
|
||||
FileImplPtr _p;
|
||||
|
Reference in New Issue
Block a user