mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
use buildin LittleFS
This commit is contained in:
@@ -245,7 +245,7 @@ void System::format(uuid::console::Shell & shell) {
|
||||
EMSuart::stop();
|
||||
|
||||
#ifndef EMSESP_STANDALONE
|
||||
LITTLEFS.format();
|
||||
LittleFS.format();
|
||||
#endif
|
||||
|
||||
System::system_restart();
|
||||
@@ -432,7 +432,7 @@ void System::button_OnVLongPress(PButton & b) {
|
||||
EMSESP::console_.loop();
|
||||
|
||||
#ifdef EMSESP_DEBUG
|
||||
Test::listDir(LITTLEFS, FS_CONFIG_DIRECTORY, 3);
|
||||
Test::listDir(LittleFS, FS_CONFIG_DIRECTORY, 3);
|
||||
#endif
|
||||
|
||||
EMSESP::esp8266React.factoryReset();
|
||||
|
||||
Reference in New Issue
Block a user