mirror of https://github.com/arendst/Tasmota.git
Update xdrv_01_mqtt.ino
This commit is contained in:
parent
4325d51824
commit
4b99fd8ad3
|
@ -109,7 +109,6 @@ TasmotaMqtt MqttClient;
|
|||
|
||||
bool MqttIsConnected()
|
||||
{
|
||||
//return mqtt_connected;
|
||||
return MqttClient.Connected();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue