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