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
Setting date time on upload
Re: Setting date time on upload
Try this:
Code: Select all
setTime(1348672140); // Unix time
now();
ReefAngel.RTC.set(now());
Roberto.