mirror of https://github.com/arendst/Tasmota.git
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()
|
bool MqttIsConnected()
|
||||||
{
|
{
|
||||||
return mqtt_connected;
|
return MqttClient.Connected();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MqttDisconnect()
|
void MqttDisconnect()
|
||||||
|
|
Loading…
Reference in New Issue