Home › Forums › Game Frame › Hardware Modding › RTC integration for time keeping while unplugged › Reply To: RTC integration for time keeping while unplugged
September 4, 2014 at 5:33 pm
#1388
Participant
Never mind. I guess i found that you just need to replace “adjustClock()” with:
if (!rtc.isrunning()) rtc.adjust(DateTime(__DATE__, __TIME__));
Testing this tomorrow.
