mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-20 06:08:19 +01:00
Fix ghost logging
This commit is contained in:
@@ -1669,6 +1669,8 @@ void AddLog(uint32_t loglevel)
|
||||
|
||||
if (!global_state.wifi_down &&
|
||||
(loglevel <= syslog_level)) { Syslog(); }
|
||||
|
||||
prepped_loglevel = 0;
|
||||
}
|
||||
|
||||
void AddLog_P(uint32_t loglevel, const char *formatP)
|
||||
|
||||
@@ -809,7 +809,6 @@ void Every100mSeconds(void)
|
||||
|
||||
if (prepped_loglevel) {
|
||||
AddLog(prepped_loglevel);
|
||||
prepped_loglevel = 0;
|
||||
}
|
||||
|
||||
if (latching_relay_pulse) {
|
||||
|
||||
Reference in New Issue
Block a user