mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-13 19:36:26 +03:00
add missing commands to restore
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user