We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There is currently no single method way to reconnect the WiFi manager if the connection is lost. Currently it's a two step process:
wifi.reset() wifi.connect()
It would be nice to have a single call to do this - wifi.reconnect()
wifi.reconnect()