diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-08-18 14:21:10 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-18 14:21:10 +0000 |
| commit | d327b626e30b5073cf3534c44b608bdb6598222c (patch) | |
| tree | b0f8d7e9cd28ee891e7573ae433f1c60606c4aab /tests | |
| parent | f48d13a16a5bc9b1027ea39bfd86d548b460edd5 (diff) | |
| parent | 1cb76e0d99f8da12891491b31176c8247a7a81a4 (diff) | |
Merge pull request #1788 from embassy-rs/esp-hosted-cleanup
net-esp-hosted: misc improvements.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nrf/src/bin/wifi_esp_hosted_perf.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nrf/src/bin/wifi_esp_hosted_perf.rs b/tests/nrf/src/bin/wifi_esp_hosted_perf.rs index ee46af2a3..97ebafec8 100644 --- a/tests/nrf/src/bin/wifi_esp_hosted_perf.rs +++ b/tests/nrf/src/bin/wifi_esp_hosted_perf.rs | |||
| @@ -73,8 +73,8 @@ async fn main(spawner: Spawner) { | |||
| 73 | 73 | ||
| 74 | unwrap!(spawner.spawn(wifi_task(runner))); | 74 | unwrap!(spawner.spawn(wifi_task(runner))); |
| 75 | 75 | ||
| 76 | control.init().await; | 76 | unwrap!(control.init().await); |
| 77 | control.join(WIFI_NETWORK, WIFI_PASSWORD).await; | 77 | unwrap!(control.connect(WIFI_NETWORK, WIFI_PASSWORD).await); |
| 78 | 78 | ||
| 79 | // Generate random seed | 79 | // Generate random seed |
| 80 | let mut rng = Rng::new(p.RNG, Irqs); | 80 | let mut rng = Rng::new(p.RNG, Irqs); |
