mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix for customizations after upload new file
This commit is contained in:
@@ -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"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user