mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
Merge pull request #3558 from ascillato/patch-1
Fix MQTT Reconnection Bug
This commit is contained in:
commit
640e34607b
@ -109,7 +109,7 @@ TasmotaMqtt MqttClient;
|
||||
|
||||
bool MqttIsConnected()
|
||||
{
|
||||
return mqtt_connected;
|
||||
return MqttClient.Connected();
|
||||
}
|
||||
|
||||
void MqttDisconnect()
|
||||
|
Loading…
x
Reference in New Issue
Block a user