mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
remove syslog starting when settings saved
This commit is contained in:
@@ -51,10 +51,11 @@ StateUpdateResult EMSESPSettings::update(JsonObject & root, EMSESPSettings & set
|
||||
return StateUpdateResult::CHANGED;
|
||||
}
|
||||
|
||||
// this is called after the settings have been persisted to the filesystem
|
||||
// this is called after any of the settings have been persisted to the filesystem
|
||||
// either via the Web UI or via the Console
|
||||
void EMSESPSettingsService::onUpdate() {
|
||||
EMSESP::shower_.start();
|
||||
EMSESP::system_.syslog_init();
|
||||
// EMSESP::system_.syslog_init(); // changing SysLog will require a restart
|
||||
EMSESP::reset_tx();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user