Skip to content

Commit 086fc2d

Browse files
authored
Update README.md
1 parent 167a2a9 commit 086fc2d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# SPIFFSReadServer
2-
This is an update to the SPI Flash File System to support LittleFS (instead of legacy SPIFFS) server extension of the ESP8266WebServer library. This is intended to handle 'read-only' static files without the need for a live editor. Of course files can still be modified programmatically or via other server handlers
2+
This is an update to the SPI Flash File System to support LittleFS server extension of the ESP8266WebServer library. This is intended to handle 'read-only' static files without the need for a live editor. Of course, files can still be modified programmatically or via other server handlers
3+
4+
Differences between this version and r-downing's version:
5+
* Support LittleFS instead of legacy SPIFFS
6+
* Support ArduinoJson v6
7+
* Fix the library example

0 commit comments

Comments
 (0)