Skip to content

Commit 64f1f7b

Browse files
authored
doc fixes for LittleFS (#7385)
1 parent 1bfb293 commit 64f1f7b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/filesystem.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ following include to the sketch:
6161

6262
.. code:: cpp
6363
64-
#include "FS.h"
64+
//#include "FS.h" // SPIFFS is declared
65+
#include "LittleFS.h" // LittleFS is declared
6566
6667
SPIFFS Deprecation Warning
6768
--------------------------

libraries/esp8266/keywords.txt

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ coreVersionNumeric LITERAL1
120120

121121
# Filesystem objects
122122
SPIFFS KEYWORD1
123+
LittleFS KEYWORD1
123124
SDFS KEYWORD1
124125
File KEYWORD1
125126
Dir KEYWORD1

0 commit comments

Comments
 (0)