mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Http disconnect remediation
This commit is contained in:
parent
0cf36e16e1
commit
a88bfd650d
@ -66,9 +66,9 @@ void wifiConnected(IPAddress ipaddress)
|
|||||||
debugPrintln(buffer);
|
debugPrintln(buffer);
|
||||||
|
|
||||||
if(isConnected) {
|
if(isConnected) {
|
||||||
httpReconnect();
|
|
||||||
mqttReconnect();
|
mqttReconnect();
|
||||||
haspReconnect();
|
haspReconnect();
|
||||||
|
httpReconnect();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user