My wifi turns off each night. The RA does not automatically reconnect when it turns on again. Is there a way to make it do that? If not, is there a way to make it automatically reboot at a certain time?
Ted
Wifi reconnect?
-
binder
- Posts: 2865
- Joined: Fri Mar 18, 2011 6:20 pm
- Location: Illinois
- Contact:
Re: Wifi reconnect?
You could make the controller reboot at a certain time. I took this from another topic:paperdesk wrote:My wifi turns off each night. The RA does not automatically reconnect when it turns on again. Is there a way to make it do that? If not, is there a way to make it automatically reboot at a certain time?
Ted
This reboots the controller at 10am daily. If you wanted it to occur at 3 am, just change the hour()==10 to hour()==3
Code: Select all
if (hour()==10 && minute()==0 && second()==0) while(1);http://forum.reefangel.com/viewtopic.ph ... oot#p45572
-
paperdesk
- Posts: 173
- Joined: Fri May 23, 2014 8:09 am
