From bca53e35e1dd0053cfbd25bb6ab7c9d05f910da7 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 1 Mar 2026 14:04:08 -1000 Subject: [PATCH] fix merge conflict: remove stray #endif Co-Authored-By: Claude Opus 4.6 --- esphome/core/application.h | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/core/application.h b/esphome/core/application.h index 19fb948786..75b59c5711 100644 --- a/esphome/core/application.h +++ b/esphome/core/application.h @@ -649,7 +649,6 @@ 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).