From 6f81945da62f02cc0e9a320b5a8106185334da10 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 18 Apr 2026 18:43:03 +0200 Subject: [PATCH] typo --- src/core/system.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/system.cpp b/src/core/system.cpp index d2067e81c..8fd36a633 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -1762,8 +1762,6 @@ void System::exportSystemBackup(JsonObject output) { node = nodes.add(); 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