We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22187ac commit 7c526e9Copy full SHA for 7c526e9
examples/WakeFromRTC/WakeFromRTC.ino
@@ -26,7 +26,7 @@
26
#endif
27
28
LowPower lowPower;
29
-RTCTime initialTime(1, Month::JANUARY, 2000, 12, 10, 00, DayOfWeek::TUESDAY, SaveLight::SAVING_TIME_ACTIVE);
+RTCTime initialTime(1, Month::JANUARY, 2000, 12, 10, 00, DayOfWeek::SATURDAY, SaveLight::SAVING_TIME_ACTIVE);
30
31
#ifdef TURN_PERIPHERALS_OFF
32
void turnPeripheralsOff(){
0 commit comments