cannot always need to update timestamp

This commit is contained in:
J. Nick Koston 2025-07-18 16:11:16 -10:00
parent 6b8da2f0ca
commit c7884253d2
No known key found for this signature in database

View File

@ -199,11 +199,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();