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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user