From 31e9e050b9a24973eb054e77b4d3382b8fa9aa4f Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 26 Jul 2025 16:09:58 +0200 Subject: [PATCH] Fix ESP8266 compilation --- tasmota/tasmota_support/support_tasmota.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_support/support_tasmota.ino b/tasmota/tasmota_support/support_tasmota.ino index a9b457bef..b2020bdd3 100644 --- a/tasmota/tasmota_support/support_tasmota.ino +++ b/tasmota/tasmota_support/support_tasmota.ino @@ -1120,7 +1120,7 @@ void PerformEverySecond(void) Settings->last_module = Settings->module; -#ifndef SOC_WIFI_SUPPORTED +#ifdef CONFIG_ESP_WIFI_REMOTE_ENABLED // Needs to be delayed after Tasmota restart because of HostedMCU reset by Core AddLog(LOG_LEVEL_INFO, PSTR("HDW: %s Hosted MCU v%s"), GetHostedMCU().c_str(), GetHostedMCUFwVersion().c_str()); #endif