Wifi Reconnection issues #321
Answered
by
Hieromon
guedesopaulo
asked this question in
Q&A
-
When my wi-fi goes down for a moment I cannot reconnect to this wi-fi, or any other one that I have connected before, or even when that wi-fi goes back to work I cannot reconnect, even with "autoReconnect = true". What can I do to reconnect propearly? |
Beta Was this translation helpful? Give feedback.
Answered by
Hieromon
Mar 12, 2021
Replies: 1 comment 3 replies
-
Try combining the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Hieromon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try combining the
AutoConnectConfig::reconnectInterval
setting with the autoReconnect.A reconenctInterval setting allows AutoConnect to try autoReconnect even in the loop of a AutoConnect::handleClient.
See the Automatic reconnect (Background) section of the documentation for more details.