mirror of
https://github.com/esphome/esphome.git
synced 2025-07-31 07:36:35 +00:00
Merge branch 'bluetooth_proxy_fixes' into integration
This commit is contained in:
commit
d19e2d9cce
@ -159,11 +159,6 @@ void BluetoothProxy::loop() {
|
||||
return;
|
||||
}
|
||||
|
||||
// Early return if no advertisements pending
|
||||
if (this->advertisement_count_ == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Flush any pending BLE advertisements that have been accumulated but not yet sent
|
||||
uint32_t now = App.get_loop_component_start_time();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user