1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 16:25:50 +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> #include <esp32-hal-bt.h>
#endif #endif
#ifdef USE_SOCKET_SELECT_SUPPORT
#include <lwip/sockets.h>
#endif
namespace esphome::esp32_ble { namespace esphome::esp32_ble {
static const char *const TAG = "esp32_ble"; static const char *const TAG = "esp32_ble";

View File

@@ -25,10 +25,6 @@
#include <esp_gattc_api.h> #include <esp_gattc_api.h>
#include <esp_gatts_api.h> #include <esp_gatts_api.h>
#ifdef USE_SOCKET_SELECT_SUPPORT
#include <lwip/sockets.h>
#endif
namespace esphome::esp32_ble { namespace esphome::esp32_ble {
// Maximum size of the BLE event queue // Maximum size of the BLE event queue