mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 22:50:55 +00:00
Add feature to optionally _not_ format LittleFS to prepareFileSystem()
This commit is contained in:
parent
004a374d79
commit
0c9586730e
@ -104,7 +104,7 @@ public:
|
|||||||
void beginLITTLEFS(const char* _title, const char* username = nullptr, const char* password = nullptr,
|
void beginLITTLEFS(const char* _title, const char* username = nullptr, const char* password = nullptr,
|
||||||
uint16_t port = 80); // Setup server and page in LITTLEFS mode
|
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
|
// stuff into LITTLEFS
|
||||||
void list(); // Lists LITTLEFS directory
|
void list(); // Lists LITTLEFS directory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user