This commit is contained in:
J. Nick Koston
2025-05-27 15:07:40 -05:00
parent 33ccbeeef1
commit d708426586

View File

@@ -8,7 +8,7 @@
#include "esphome/core/macros.h"
// Define a shorter macro for socket select support
#if (defined(USE_SOCKET_IMPL_LWIP_SOCKETS) || defined(USE_SOCKET_IMPL_BSD_SOCKETS)) && defined(FD_SETSIZE)
#if defined(USE_SOCKET_IMPL_LWIP_SOCKETS) || defined(USE_SOCKET_IMPL_BSD_SOCKETS)
#define USE_SOCKET_SELECT_SUPPORT
#endif