-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Add support for hidden networks in WiFiMulti #9202
Add support for hidden networks in WiFiMulti #9202
Conversation
👋 Hello lucasssvaz, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
13f4fc0
to
2903336
Compare
Thanks for refactoring the code in #3464 , I hope that the information there was helpful. |
It was a nice PR. I just wanted to keep the best network selection possible and also re-implementing was easier than solving the conflicts 😅 |
Description of Change
Adds the possibility of using hidden networks in WiFiMulti.
Tests scenarios
Tested using WiFiMulti example with hidden mobile hotspot:
Related links
Re-implementation of #3464
Closes #7189
Closes #8217
Closes #3325