diff --git a/tasmota/tasmota.ino b/tasmota/tasmota.ino index fb8416f68..e466ad9b5 100644 --- a/tasmota/tasmota.ino +++ b/tasmota/tasmota.ino @@ -83,7 +83,9 @@ #include #ifdef USE_SDCARD #include +#ifdef SOC_SDMMC_HOST_SUPPORTED #include +#endif // SOC_SDMMC_HOST_SUPPORTED #endif // USE_SDCARD #include "FFat.h" #include "FS.h"