mirror of https://github.com/arendst/Tasmota.git
Realtime syslog (#20260)
* Realtime Syslog * Update tasmota.ino --------- Co-authored-by: Theo Arends <11044339+arendst@users.noreply.github.com>
This commit is contained in:
parent
81f90a251c
commit
23b4cd08d4
|
@ -886,6 +886,8 @@ void Scheduler(void) {
|
||||||
ArduinoOtaLoop();
|
ArduinoOtaLoop();
|
||||||
#endif // USE_ARDUINO_OTA
|
#endif // USE_ARDUINO_OTA
|
||||||
#endif // ESP8266
|
#endif // ESP8266
|
||||||
|
|
||||||
|
SyslogAsync(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop(void) {
|
void loop(void) {
|
||||||
|
|
|
@ -1142,7 +1142,6 @@ void PerformEverySecond(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
MqttPublishLoggingAsync(false);
|
MqttPublishLoggingAsync(false);
|
||||||
SyslogAsync(false);
|
|
||||||
|
|
||||||
ResetGlobalValues();
|
ResetGlobalValues();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue