Using ESP8266 SPIFFS: Introduction Did you know each ESP8266 allows you to partition the system flash such that you can use it to store both code and support a file system? This filing system can be used to store infrequently changing data such as; web pages, configurati…