There is currently no single method way to reconnect the WiFi manager if the connection is lost. Currently it's a two step process: ```python wifi.reset() wifi.connect() ``` It would be nice to have a single call to do this - `wifi.reconnect()`