From 8f24e12bf940af7ee3e5d396fcc2c4a641072f6d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 28 Feb 2026 16:50:50 -1000 Subject: [PATCH] fix merge --- esphome/core/application.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/core/application.h b/esphome/core/application.h index 1ae4275f7d..2a05433051 100644 --- a/esphome/core/application.h +++ b/esphome/core/application.h @@ -639,6 +639,7 @@ class Application { static void IRAM_ATTR wake_loop_any_context() { esphome_lwip_wake_main_loop_any_context(); } #endif #endif +#endif // USE_SOCKET_SELECT_SUPPORT #if defined(USE_ESP8266) && defined(USE_SOCKET_IMPL_LWIP_TCP) /// Wake the main event loop from any context (ISR, thread, or main loop).