use buildin LittleFS

This commit is contained in:
MichaelDvP
2022-04-25 17:02:50 +02:00
parent fbec88f6c8
commit 986b4df997
19 changed files with 12 additions and 8839 deletions

View File

@@ -1626,7 +1626,7 @@ void Test::debug(uuid::console::Shell & shell, const std::string & cmd) {
#ifndef EMSESP_STANDALONE
if (command == "ls") {
listDir(LITTLEFS, "/", 3);
listDir(LittleFS, "/", 3);
}
#endif
}