From 0e9202ae4d5600c26bfe89ce4f8bca737ea6ea5b Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 8 May 2022 17:01:38 +0200 Subject: [PATCH] change to saving customization file after upload --- src/system.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system.cpp b/src/system.cpp index 48ab46c97..44eb94b31 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -916,7 +916,6 @@ bool System::check_upgrade() { } else if (settings_type == "customizations") { // it's a customization file, just replace it and there's no need to reboot saveSettings(EMSESP_CUSTOMIZATION_FILE, "Customizations", input); - return false; // no reboot required } else { LOG_ERROR(F("Unrecognized file uploaded")); }