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()
|
||||
{
|
||||
return mqtt_connected;
|
||||
return MqttClient.Connected();
|
||||
}
|
||||
|
||||
void MqttDisconnect()
|
||||
|
|
Loading…
Reference in New Issue