artem-smotrakov/esp32-weather-google-sheets

Reconnect if connection is lost

Closed this issue · 0 comments

util.connect_to_wifi(config.get('ssid'), config.get('password'))

Currently the device tries to connect to a WiFi network only at startup. Then, if connection is lost, it doesn't try to restore it. But it should.