Comments about btstack_run_loop_execute (#388)

Co-authored-by: Graham Sanderson <graham.sanderson@raspberrypi.com>
This commit is contained in:
Peter Harper
2023-06-06 16:43:05 +01:00
committed by GitHub
parent 9736fcd4af
commit 5f282200d3
3 changed files with 29 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ int main() {
// register for ATT event
att_server_register_packet_handler(packet_handler);
// set one-shot btstack timer
// use an async worker for for the led
async_context_add_at_time_worker_in_ms(cyw43_arch_async_context(), &heartbeat_worker, HEARTBEAT_PERIOD_MS);
// Connect to Wi-Fi