Search found 1 match
- Thu Sep 07, 2017 9:57 pm
- Forum: General Discussion
- Topic: determining if the wifi password is wrong
- Replies: 5
- Views: 13277
determining if the wifi password is wrong
So I want to be able to determine if the credentials a user sets for the wifi password are invalid. The only way to do that would to have the esp32 tell me that it tried to connect but got a bad password error. So far the only think I saw that *might* do that is esp_wifi_set_config() but that doesn'...