timekeeper.cpp: comments edited

This commit is contained in:
Klaus K Wilting 2020-09-29 17:28:27 +02:00
parent 8a8d3a8f1a
commit 3b66add7d1

View File

@ -44,7 +44,7 @@ void calibrateTime(void) {
// has RTC -> fallback to RTC time // has RTC -> fallback to RTC time
#ifdef HAS_RTC #ifdef HAS_RTC
t = get_rtctime(); t = get_rtctime();
// set time from RTC // set time from RTC - method will check if time is valid
setMyTime((uint32_t)t, t_msec, _rtc); setMyTime((uint32_t)t, t_msec, _rtc);
#endif #endif