-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We have not tested what happens when the wifi cuts out yet. The esp32 might auto-reconnect or we might need to reconnect manually. wifi.keep_connected() should be called periodically, but only when the wifi is properly configured since it is blocking and would make the system unresponsive as it tries to connect.
Maybe add a function _is_valid to indicate that the wifi config is believed to be valid. "valid" here means that the wifi has been connected to before. only run keep_connected when _is_valid is True.
Metadata
Metadata
Assignees
Labels
No labels