From db8c30ddbb9db0f13109412ccea5582368bea76d Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 8 May 2022 17:02:38 +0200 Subject: [PATCH] fix for customizations after upload new file --- 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")); }