Skip to content

Commit e3e6860

Browse files
Remove extra FS::write(const char *s) method
This was removed in esp8266#5861 and erroneously re-introduced here.
1 parent c3ac058 commit e3e6860

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/esp8266/FS.h

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ class File : public Stream
8181
bool isDirectory() const;
8282

8383
// Arduino "class SD" methods for compatibility
84-
size_t write(const char *str) { return write((const uint8_t*)str, strlen(str)); }
8584
void rewindDirectory();
8685
File openNextFile();
8786

0 commit comments

Comments
 (0)