-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to find wifi #11
Comments
I have the same issue.. Getting the following message: I'm able to get the number of wifiAP's discovered, and list out the WifiAP ssid, but not sure on how to get the listWifi to fit with the type 'List<Map<String, dynamic>>'. I'm using the provisioning sample code from the ESP IDF, and it works as expected with the "original" provisioning apps from espressif downloaded from the app-store. |
Not sure this is helpful to you @KOYAMANI , but I managed to make a mess that seems to make the WifiList finally work in my own app.. I just made a new list that, and add all the wifiAP details to the new list.
|
with this example, it is searching wifi forever and never be done. Does anyone have solution ?
The text was updated successfully, but these errors were encountered: