We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15aed3b commit 43fb139Copy full SHA for 43fb139
cores/esp8266/FS.h
@@ -127,6 +127,7 @@ class FS
127
128
} // namespace fs
129
130
+#ifndef FS_NO_GLOBALS
131
using fs::FS;
132
using fs::File;
133
using fs::Dir;
@@ -135,7 +136,8 @@ using fs::SeekSet;
135
136
using fs::SeekCur;
137
using fs::SeekEnd;
138
using fs::FSInfo;
139
+#endif //FS_NO_GLOBALS
140
-extern FS SPIFFS;
141
+extern fs::FS SPIFFS;
142
143
#endif //FS_H
0 commit comments