fix for customizations after upload new file

This commit is contained in:
Proddy
2022-05-08 17:02:38 +02:00
committed by GitHub
parent 85f6628718
commit db8c30ddbb

View File

@@ -916,7 +916,6 @@ bool System::check_upgrade() {
} else if (settings_type == "customizations") { } else if (settings_type == "customizations") {
// it's a customization file, just replace it and there's no need to reboot // it's a customization file, just replace it and there's no need to reboot
saveSettings(EMSESP_CUSTOMIZATION_FILE, "Customizations", input); saveSettings(EMSESP_CUSTOMIZATION_FILE, "Customizations", input);
return false; // no reboot required
} else { } else {
LOG_ERROR(F("Unrecognized file uploaded")); LOG_ERROR(F("Unrecognized file uploaded"));
} }