diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-07-12 04:17:07 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-07-12 04:17:07 +0200 |
| commit | e1fd7dfc40bbb1ccbab511fb1e0d7a1120ae68a0 (patch) | |
| tree | e8f9eee7925979aa326cde5be15a0c44ad3c3f31 /examples | |
| parent | 18b11e7417e1338fb18e6ceda609f2a0841d7a57 (diff) | |
wpa2 join... still nothing.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rpi-pico-w/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rpi-pico-w/src/main.rs b/examples/rpi-pico-w/src/main.rs index bef820d31..6d1614147 100644 --- a/examples/rpi-pico-w/src/main.rs +++ b/examples/rpi-pico-w/src/main.rs | |||
| @@ -47,6 +47,6 @@ async fn main(spawner: Spawner, p: Peripherals) { | |||
| 47 | 47 | ||
| 48 | control.init().await; | 48 | control.init().await; |
| 49 | 49 | ||
| 50 | let ssid = "MikroTik-951589"; | 50 | //control.join_open("MikroTik-951589").await; |
| 51 | control.join(ssid).await; | 51 | control.join_wpa2("MikroTik-951589", "fasdfasdfasdf").await; |
| 52 | } | 52 | } |
