raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.27k stars 844 forks source link

no wifi scan complete callback #1562

Closed MrJake222 closed 7 months ago

MrJake222 commented 7 months ago

currently you need to do busy waiting for the scan to complete. This is not optimal in RTOS setups. There should be a callback when the scan is finished.

peterharperuk commented 7 months ago

The repo for this is here https://github.com/georgerobotics/cyw43-driver. Closing as not an issue. Having looked at the code - I'm guessing a call back could be added, although it would be a bit of work.

peterharperuk commented 7 months ago

https://github.com/georgerobotics/cyw43-driver/issues/101