mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-04-29 20:15:13 +00:00
typo
This commit is contained in:
@@ -1762,8 +1762,6 @@ void System::exportSystemBackup(JsonObject output) {
|
||||
node = nodes.add<JsonObject>();
|
||||
node["type"] = "nvs";
|
||||
|
||||
// EMSESP::nvs_ is opened on "nvs" (see EMSESP::start), so always read the backup from there.
|
||||
// The old "nvs1" partition may still exist on 16MB boards but has been migrated and emptied.
|
||||
const char * nvs_part = "nvs";
|
||||
nvs_iterator_t it = nullptr;
|
||||
#if ESP_IDF_VERSION_MAJOR < 5
|
||||
|
||||
Reference in New Issue
Block a user