Update xdrv_01_mqtt.ino

This commit is contained in:
Adrian Scillato 2018-08-22 23:33:19 -03:00 committed by GitHub
parent 4325d51824
commit 4b99fd8ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ TasmotaMqtt MqttClient;
bool MqttIsConnected()
{
//return mqtt_connected;
return MqttClient.Connected();
}