tasks: wifi: report cloud connectivity status in the http telemetry task

This commit is contained in:
2026-03-09 10:14:20 +01:00
parent 561fef0ed1
commit c77ecc9a19
2 changed files with 9 additions and 3 deletions

View File

@@ -191,7 +191,7 @@ async fn main(spawner: Spawner) {
//spawner.must_spawn(renderbug_embassy::tasks::wifi::wifi_connect_task(wifi, stack, motion_bus.dyn_sender()));
info!("Launching HTTP telemetry");
//spawner.must_spawn(renderbug_embassy::tasks::wifi::http_telemetry_task(predictions.dyn_subscriber().unwrap(), stack));
spawner.must_spawn(renderbug_bike::tasks::wifi::http_telemetry_task(predictions.dyn_subscriber().unwrap(), stack, motion_bus.dyn_sender()));
info!("Starting BLE services");
spawner.must_spawn(renderbug_embassy::tasks::ble::ble_task(ble, predictions.dyn_subscriber().unwrap(), spawner));