Realtime syslog (#20260)

* Realtime Syslog

* Update tasmota.ino

---------

Co-authored-by: Theo Arends <11044339+arendst@users.noreply.github.com>
This commit is contained in:
budulinek 2023-12-19 12:29:39 +01:00 committed by GitHub
parent 81f90a251c
commit 23b4cd08d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -886,6 +886,8 @@ void Scheduler(void) {
ArduinoOtaLoop();
#endif // USE_ARDUINO_OTA
#endif // ESP8266
SyslogAsync(false);
}
void loop(void) {

View File

@ -1142,7 +1142,6 @@ void PerformEverySecond(void)
}
MqttPublishLoggingAsync(false);
SyslogAsync(false);
ResetGlobalValues();