ESP8266WiFiMulti skip hidden networks #8975
Unanswered
teejo-media
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default ESP8266WiFiMulti scans for available networks and then connects if it matches one in the addAP List.
If it doesn't find the network it continues to connect to the network in hidden mode.
Is there an option to disable the connection to hidden networks?
I'd like the device to connect to a network if it is visible. If not, just stop trying.
With this I hope to decrease the boot time of my script.
I couldn't find any such flag in the documentation, maybe I've missed it?
Beta Was this translation helpful? Give feedback.
All reactions