8000
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 1bfb293 commit 64f1f7bCopy full SHA for 64f1f7b
doc/filesystem.rst
@@ -61,7 +61,8 @@ following include to the sketch:
61
62
.. code:: cpp
63
64
- #include "FS.h"
+ //#include "FS.h" // SPIFFS is declared
65
+ #include "LittleFS.h" // LittleFS is declared
66
67
SPIFFS Deprecation Warning
68
--------------------------
libraries/esp8266/keywords.txt
@@ -120,6 +120,7 @@ coreVersionNumeric LITERAL1
120
121
# Filesystem objects
122
SPIFFS KEYWORD1
123
+LittleFS KEYWORD1
124
SDFS KEYWORD1
125
File KEYWORD1
126
Dir KEYWORD1
0 commit comments