Search found 1 match

by TridentTD
Wed Oct 02, 2019 9:18 am
Forum: General Discussion
Topic: How to access file on SPIFFS by fopen() on ESP32-Arduino?
Replies: 1
Views: 7912

How to access file on SPIFFS by fopen() on ESP32-Arduino?

On ESP-Arduino, there is SPIFFS instant for accessing to the files on SPIFFS, however my propose wish to access by fopen() for low-level another c library. I can test to write a file on SPIFFS by fopen() with the following code. #include "FS.h" #include "SPIFFS.h" void listDir(fs::FS &fs, const char...