This commit is contained in:
J. Nick Koston
2026-03-02 09:19:58 -10:00
parent d55cf73021
commit 641d188dec
+1 -2
View File
@@ -36,10 +36,9 @@
#endif // USE_SOCKET_SELECT_SUPPORT
#if defined(USE_ESP8266) && defined(USE_SOCKET_IMPL_LWIP_TCP)
namespace esphome::socket {
void socket_wake();
void socket_wake(); // NOLINT(readability-redundant-declaration)
} // namespace esphome::socket
#endif
#ifdef USE_BINARY_SENSOR
#include "esphome/components/binary_sensor/binary_sensor.h"
#endif