change to saving customization file after upload

This commit is contained in:
Proddy
2022-05-08 17:01:38 +02:00
committed by GitHub
parent 8dab64b9bb
commit 0e9202ae4d

View File

@@ -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"));
}