mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into idf4_no_master
This commit is contained in:
@@ -19,7 +19,7 @@ void FactoryResetService::handleRequest(AsyncWebServerRequest * request) {
|
||||
*/
|
||||
void FactoryResetService::factoryReset() {
|
||||
/*
|
||||
* Based on LITTLEFS. Modified by proddy
|
||||
* Based on LittleFS. Modified by proddy
|
||||
* Could be replaced with fs.rmdir(FS_CONFIG_DIRECTORY) in IDF 4.2
|
||||
*/
|
||||
File root = fs->open(FS_CONFIG_DIRECTORY);
|
||||
|
||||
Reference in New Issue
Block a user