mirror of https://github.com/arendst/Tasmota.git
Fix lost syslog connection regression from 6.5.0.4
Fix lost syslog connection regression from 6.5.0.4
This commit is contained in:
parent
2f3dda3e03
commit
11146c2225
|
@ -2558,6 +2558,8 @@ extern struct rst_info resetInfo;
|
|||
|
||||
void setup(void)
|
||||
{
|
||||
global_state.data = 3; // Init global state (wifi_down, mqtt_down) to solve possible network issues
|
||||
|
||||
RtcRebootLoad();
|
||||
if (!RtcRebootValid()) { RtcReboot.fast_reboot_count = 0; }
|
||||
RtcReboot.fast_reboot_count++;
|
||||
|
|
Loading…
Reference in New Issue