OpenGarage › Forums › OpenGarage Firmware › Automatic WiFi reconnect › Reply To: Automatic WiFi reconnect
July 18, 2019 at 7:01 pm
#1778
Ray
Keymaster
Yes the firmware already handles re-connection. The specific code is here:
https://github.com/OpenGarage/OpenGarage-Firmware/blob/master/OpenGarage/main.cpp#L1463
the basic logic is that if it gets disconnected from the router, it waits for 60 seconds and if still disconnected, it will reboot to try to reconnect from the beginning.