We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ac058 commit e3e6860Copy full SHA for e3e6860
cores/esp8266/FS.h
@@ -81,7 +81,6 @@ class File : public Stream
81
bool isDirectory() const;
82
83
// Arduino "class SD" methods for compatibility
84
- size_t write(const char *str) { return write((const uint8_t*)str, strlen(str)); }
85
void rewindDirectory();
86
File openNextFile();
87
0 commit comments