Hi, I need know if exist some instruction for schedule one controller reboot. I did't find that.
Thank you a lot.
How reebot Controller
-
- Posts: 21
- Joined: Fri Jan 12, 2018 6:33 am
Re: How reebot Controller
Hi there.
//reboots at midnight
if (hour()==0 && minute()==0 && second()== 0) while(1);
//reboots at midnight
if (hour()==0 && minute()==0 && second()== 0) while(1);
Re: How reebot Controller
Hi Thank you, but what are the instruction for reboot? just reboot? Sorry, I don't find one instruction sets.libertyaquarium wrote:Hi there.
//reboots at midnight
if (hour()==0 && minute()==0 && second()== 0) while(1);
Thanks again
Re: How reebot Controller
there is no instruction for reboot. the way you do it is to run a continuous loop and wait for the watchdog timer to reset the controller.
Sent from my XT1585 using Tapatalk
Sent from my XT1585 using Tapatalk
Re: How reebot Controller
Thank you so much. I will try.
Greetings from Argentina.
Greetings from Argentina.