diff --git a/tasmota/tasmota_xdrv_driver/xdrv_84_esp32_hosted.ino b/tasmota/tasmota_xdrv_driver/xdrv_84_esp32_hosted.ino index d16c43b4d..2ac64e0f9 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_84_esp32_hosted.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_84_esp32_hosted.ino @@ -15,6 +15,9 @@ #define XDRV_84 84 #include "esp_hosted.h" +#if __has_include("port/esp/freertos/include/port_esp_hosted_host_config.h") +#include "port/esp/freertos/include/port_esp_hosted_host_config.h" +#endif //#include "port_esp_hosted_host_config.h" #include "esp_hosted_api_types.h" #include "esp_hosted_ota.h"