From e6e837f814a93db07f90fb09c2118933315afeb7 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 25 Aug 2025 23:08:40 +0200 Subject: [PATCH] changes for new hosted-muc (#23834) --- tasmota/tasmota_xdrv_driver/xdrv_84_esp32_hosted.ino | 3 +++ 1 file changed, 3 insertions(+) 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"