mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-31 06:36:33 +00:00
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)
|
void setup(void)
|
||||||
{
|
{
|
||||||
|
global_state.data = 3; // Init global state (wifi_down, mqtt_down) to solve possible network issues
|
||||||
|
|
||||||
RtcRebootLoad();
|
RtcRebootLoad();
|
||||||
if (!RtcRebootValid()) { RtcReboot.fast_reboot_count = 0; }
|
if (!RtcRebootValid()) { RtcReboot.fast_reboot_count = 0; }
|
||||||
RtcReboot.fast_reboot_count++;
|
RtcReboot.fast_reboot_count++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user