Catching events after calling mg_wifi_scan() #3483
-
|
I'm using |
Beta Was this translation helpful? Give feedback.
Answered by
scaprile
Mar 27, 2026
Replies: 1 comment
-
|
Those are interface events, so you need an interface event handler. If you use the Wizard, there is a long explanation in the code you got, that will be simplified and shortened soon; that API is going to change to just an event handler. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scaprile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those are interface events, so you need an interface event handler.
mongoose/tutorials/pico-sdk/pico-2-w-picosdk-baremetal-builtin-ap/main.c
Line 32 in 1bb8579
mongoose/tutorials/pico-sdk/pico-2-w-picosdk-baremetal-builtin-ap/main.c
Line 122 in 1bb8579
If you use the Wizard, there is a long explanation in the code you got, that will be simplified and shortened soon; that API is going to change to just an event handler.