Fix ESP8266 compilation

This commit is contained in:
Theo Arends 2025-07-26 16:09:58 +02:00
parent c49d794649
commit 31e9e050b9

View File

@ -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