-
Notifications
You must be signed in to change notification settings - Fork 136
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
wifi scan not showing anything #28
Comments
Im having the same problem |
I'm having the exact same problem... |
Hi all, I’m also having the same problem. |
I added:
before the wifiManager.startConfigPortal() or the wifiManager.autoConnect() I think the first 2 lines is really what fixes it ... but the rest gives you some troubleshooting to go by. My issue was that the number of networks returned as -2 This should be added to the void WiFiManager::handleWifi(boolean scan) right after the -2 is scan is not triggered and -1 is that it didn't finish |
when the config portal starts it does not show any available WiFi stations. Why not?
The text was updated successfully, but these errors were encountered: