We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ada9c9 commit b617ffaCopy full SHA for b617ffa
hardware/esp8266com/esp8266/cores/esp8266/FS.h
@@ -105,14 +105,17 @@ class FS
105
106
protected:
107
FSImplPtr _impl;
108
-
109
};
110
111
} // namespace fs
112
113
using fs::FS;
114
using fs::File;
115
using fs::Dir;
+using fs::SeekMode;
116
+using fs::SeekSet;
117
+using fs::SeekCur;
118
+using fs::SeekEnd;
119
120
extern FS SPIFFS;
121
0 commit comments