Make sure RTC is counting time on battery #51

Merged
W1CDN merged 2 commits from rtc-fix01 into main 2023-09-25 21:14:58 -05:00
Showing only changes of commit c14215d42f - Show all commits

View File

@ -281,8 +281,9 @@ void setup() {
// Report the RTC time after waiting two seconds
// https://amiok.net/gitea/W1CDN/vulpes/issues/50#issuecomment-1376
Serial.println("Wait 2s for RTC");
delay(2000);
Serial.print("RTC time on startup: ");
Serial.println("RTC time on startup: ");
Serial.println(rtc.now().unixtime());
Serial.println(rtc.now().timestamp());