Improve WiFi

This commit is contained in:
iranl
2024-12-27 16:18:21 +01:00
parent 5b5bd0f298
commit 313d999983
4 changed files with 140 additions and 224 deletions

View File

@@ -637,6 +637,11 @@ bool NukiNetwork::reconnect()
{
Log->println(F("MQTT Broker not configured, aborting connection attempt."));
_nextReconnect = espMillis() + 5000;
if(_device->isConnected())
{
_lastConnectedTs = espMillis();
}
return false;
}