Open lunard opened 1 year ago
Hello to all, I'm a bit confusing about the internal FileSystem. My project has the follow structure
The file config.h declares the libraries needed to write on the FS
In the setup I initialize a new UtilityHelper class:
In the class I try to init the FS, but without success:
UtilityHelper::UtilityHelper(TTGOClass *ttgo) { this->ttgo = ttgo; if (!SPIFFS.begin()) { Serial.println("SPIFFS initialisation failed!"); // while (1) // yield(); } }
Could you help me with an simple working example ? Thanks a lot !!!
Hello to all, I'm a bit confusing about the internal FileSystem. My project has the follow structure
The file config.h declares the libraries needed to write on the FS
In the setup I initialize a new UtilityHelper class:
In the class I try to init the FS, but without success:
Could you help me with an simple working example ? Thanks a lot !!!