FabGL
ESP32 Display Controller and Graphics Library
|
|
static |
Mounts filesystem on SPIFFS (Flash)
formatOnFail | Formats SD Card when it cannot be mounted. |
mountPath | Mount directory (ex. "/spiffs"). |
maxFiles | Number of files that can be open at the time (default 4). |
Example:
// Mount SD Card FileBrowser::mountSPIFFS(false, "/spiffs");
Definition at line 1280 of file fabutils.cpp.