From 442a7f9ba725fd45c21ca806d1112582c7e0916c Mon Sep 17 00:00:00 2001 From: Adrian Scillato <39969427+ascillato2@users.noreply.github.com> Date: Thu, 29 Apr 2021 23:39:08 -0300 Subject: [PATCH] Use t_bearssl.h instead of bearssl.h --- tasmota/xdrv_02_mqtt.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_02_mqtt.ino b/tasmota/xdrv_02_mqtt.ino index aee1a5dd7..3d474a684 100644 --- a/tasmota/xdrv_02_mqtt.ino +++ b/tasmota/xdrv_02_mqtt.ino @@ -24,7 +24,7 @@ #endif #ifdef USE_MQTT_AZURE_IOT -#include +#include #include #include #undef MQTT_PORT