diff --git a/tasmota/xdrv_02_mqtt.ino b/tasmota/xdrv_02_mqtt.ino index e7dcecbcb..51d19f365 100644 --- a/tasmota/xdrv_02_mqtt.ino +++ b/tasmota/xdrv_02_mqtt.ino @@ -23,9 +23,9 @@ #define MQTT_WIFI_CLIENT_TIMEOUT 200 // Wifi TCP connection timeout (default is 5000 mSec) #endif -#ifdef USE_MQTT_AZURE_IOT #include #include +#ifdef USE_MQTT_AZURE_IOT #include #undef MQTT_PORT #define MQTT_PORT 8883