ESP32 Arduino SPIFFS: Write file

preview_player
Показать описание
This tutorial explains how to mount the SPIFFS file system, create a file and write some content to it.

SPIFFS stands for SPI Flash File System and it is one of the file system types supported by the ESP32.

Written tutorial at my blog, with full source code:

ESP32 FireBeetle board from DFRobot:

Related content (written tutorials):
Рекомендации по теме
Комментарии
Автор

where can i find the .txt file or better question how do I access that .txt file?

deerbutt
Автор

Do you have to include the library SPIFFS in the Arduino/Library folder? In my IDE the include SPIFFS.h it's not in green color so I wonder that maybe my sistem is not detecting the extension.When I try to execute the SPIFFS.begin() always complains

MarcosGarcia-ygqp