Page 1 of 1

Setting date time on upload

Posted: Tue Sep 25, 2012 3:50 pm
by catman78
How do I set the date and time to NOW when I load file
I cannot get the toggle switch to accept "OK" when I press it using date/time menu. PITA...

If I reboot the time is still off by 20 minutes

Re: Setting date time on upload

Posted: Tue Sep 25, 2012 4:40 pm
by rimai
do you have wifi?

Re: Setting date time on upload

Posted: Wed Sep 26, 2012 2:17 pm
by catman78
no wifi

Re: Setting date time on upload

Posted: Wed Sep 26, 2012 3:09 pm
by rimai
Try this:

Code: Select all

    setTime(1348672140);  // Unix time
    now();
    ReefAngel.RTC.set(now());