You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the access_point example, changing the config to the following, I can't connect to the AP (whereas I can before the config change).
let client_config = Configuration::AccessPoint(AccessPointConfiguration{ssid:"esp-wifi".try_into().unwrap(),password:"some test password".try_into().unwrap(),auth_method: esp_wifi::wifi::AuthMethod::WPA2Personal,
..Default::default()});
It appears the AP isn't accepting the password as the connecting system keeps prompting for it.
Are there any logs that would be helpful in debugging this? When I enable the log feature for esp-wifi there's a lot of noise.
The text was updated successfully, but these errors were encountered:
When I run the access_point example, changing the config to the following, I can't connect to the AP (whereas I can before the config change).
It appears the AP isn't accepting the password as the connecting system keeps prompting for it.
Are there any logs that would be helpful in debugging this? When I enable the
log
feature foresp-wifi
there's a lot of noise.The text was updated successfully, but these errors were encountered: