1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 08:15:49 +00:00

[esp32_ble] Remove leftover lwip/sockets.h include (#11702)

This commit is contained in:
J. Nick Koston
2025-11-03 21:46:34 -06:00
committed by GitHub
parent 4c31cb57ea
commit 4d2f9db861
2 changed files with 0 additions and 8 deletions

View File

@@ -27,10 +27,6 @@ extern "C" {
#include <esp32-hal-bt.h>
#endif
#ifdef USE_SOCKET_SELECT_SUPPORT
#include <lwip/sockets.h>
#endif
namespace esphome::esp32_ble {
static const char *const TAG = "esp32_ble";