merge merge error

This commit is contained in:
J. Nick Koston
2026-03-02 16:21:01 -10:00
parent 80a32db5a8
commit 48fdd9b072
-6
View File
@@ -659,12 +659,6 @@ class Application {
#endif
#endif // USE_LWIP_FAST_SELECT
#if defined(USE_ESP8266) && defined(USE_SOCKET_IMPL_LWIP_TCP)
/// Wake the main event loop from any context (ISR, thread, or main loop).
/// On ESP8266: sets the socket wake flag and calls esp_schedule() to exit esp_delay() early.
static void IRAM_ATTR wake_loop_any_context() { socket::socket_wake(); }
#endif
#if defined(USE_ESP8266) && defined(USE_SOCKET_IMPL_LWIP_TCP)
/// Wake the main event loop from any context (ISR, thread, or main loop).
/// On ESP8266: sets the socket wake flag and calls esp_schedule() to exit esp_delay() early.