diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-07-11 05:19:31 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-07-11 05:19:31 +0200 |
| commit | 30b7800f9ae0a7f26e292dbe55cc67fbe2d1b131 (patch) | |
| tree | c12af936e5c919405deb09623fd9a02929c112df /examples | |
| parent | 7ddcacac7bbfaed303dcda7d14ab29cad94fd570 (diff) | |
add event printing, add join but not working yet.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rpi-pico-w/src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rpi-pico-w/src/main.rs b/examples/rpi-pico-w/src/main.rs index 7545dfde8..d4aae8479 100644 --- a/examples/rpi-pico-w/src/main.rs +++ b/examples/rpi-pico-w/src/main.rs | |||
| @@ -45,4 +45,7 @@ async fn main(spawner: Spawner, p: Peripherals) { | |||
| 45 | spawner.spawn(wifi_task(runner)).unwrap(); | 45 | spawner.spawn(wifi_task(runner)).unwrap(); |
| 46 | 46 | ||
| 47 | control.init().await; | 47 | control.init().await; |
| 48 | |||
| 49 | let ssid = "MikroTik-951589"; | ||
| 50 | control.join(ssid).await; | ||
| 48 | } | 51 | } |
