add missing commands to restore

This commit is contained in:
proddy
2026-06-13 17:24:29 +02:00
parent ea8e0c1819
commit 7f98139deb

View File

@@ -1276,6 +1276,9 @@ bool System::check_restore() {
// continue processing the rest of the sections
saveSettings(EMSESP_SETTINGS_FILE, section);
}
if (section_type == "commands") {
saveSettings(EMSESP_COMMANDS_FILE, section);
}
if (section_type == "schedule") {
saveSettings(EMSESP_SCHEDULER_FILE, section);
}