mirror of
https://github.com/esphome/esphome.git
synced 2025-09-25 14:42:21 +01:00
cannot always need to update timestamp
This commit is contained in:
@@ -199,11 +199,6 @@ void BluetoothProxy::loop() {
|
|||||||
return;
|
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
|
// Flush any pending BLE advertisements that have been accumulated but not yet sent
|
||||||
uint32_t now = App.get_loop_component_start_time();
|
uint32_t now = App.get_loop_component_start_time();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user