Write and Read from NodeMCU using SPIFFS
In this tutorial we will show how to write to and read from NodeMCU using SPIFFS(Serial Peripheral Interface Flash File System). We will write temperature data from DHT11 sensor into the flash memory file system using SPIFFS. Then we will read the s…