blend firmware + HCI PRs together to call out design problem
This commit is contained in:
@ -61,7 +61,7 @@ async fn main(spawner: Spawner) {
|
||||
let (_net_device, mut control, runner) = cyw43::new(state, pwr, spi, fw).await;
|
||||
unwrap!(spawner.spawn(wifi_task(runner)));
|
||||
|
||||
control.init(clm).await;
|
||||
control.init(clm, true, false).await;
|
||||
control
|
||||
.set_power_management(cyw43::PowerManagementMode::PowerSave)
|
||||
.await;
|
||||
|
Reference in New Issue
Block a user