Compare commits
No commits in common. "e942576fd8113e99dffe2f70942a7235eadef566" and "dccd3d27f454e7625cdbb25455706a6006bbca47" have entirely different histories.
e942576fd8
...
dccd3d27f4
@ -279,11 +279,8 @@ void setup() {
|
|||||||
//rtc.adjust(DateTime(2023, 9, 2, 17, 32, 0));
|
//rtc.adjust(DateTime(2023, 9, 2, 17, 32, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Report the RTC time after waiting two seconds
|
// Report the RTC time
|
||||||
// https://amiok.net/gitea/W1CDN/vulpes/issues/50#issuecomment-1376
|
Serial.print("RTC time on startup: ");
|
||||||
Serial.println("Wait 2s for RTC");
|
|
||||||
delay(2000);
|
|
||||||
Serial.println("RTC time on startup: ");
|
|
||||||
Serial.println(rtc.now().unixtime());
|
Serial.println(rtc.now().unixtime());
|
||||||
Serial.println(rtc.now().timestamp());
|
Serial.println(rtc.now().timestamp());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user