1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-03 08:31:47 +00:00

move to socket

This commit is contained in:
J. Nick Koston
2025-11-02 22:05:15 -06:00
parent 8b7ef6cae8
commit ee2b10a992

View File

@@ -297,9 +297,6 @@ bool ESP32BLE::ble_setup_() {
// BLE takes some time to be fully set up, 200ms should be more than enough
delay(200); // NOLINT
// Wake mechanism is set up by core Application class (wake_loop_threadsafe)
// BLE tasks will call App.wake_loop_threadsafe() to wake main loop when events arrive
return true;
}