Add feature to optionally _not_ format LittleFS to prepareFileSystem()

This commit is contained in:
Nick Reynolds 2022-10-13 19:53:55 +01:00
parent 004a374d79
commit 0c9586730e
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public:
void beginLITTLEFS(const char* _title, const char* username = nullptr, const char* password = nullptr,
uint16_t port = 80); // Setup server and page in LITTLEFS mode
void prepareFileSystem(); // Initially preps the filesystem and loads a lot of
void prepareFileSystem(bool format = true); // Initially preps the filesystem and loads a lot of
// stuff into LITTLEFS
void list(); // Lists LITTLEFS directory