Skip to content

Commit 7c526e9

Browse files
committed
Use correct weekday in example
1 parent 22187ac commit 7c526e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/WakeFromRTC/WakeFromRTC.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#endif
2727

2828
LowPower lowPower;
29-
RTCTime initialTime(1, Month::JANUARY, 2000, 12, 10, 00, DayOfWeek::TUESDAY, SaveLight::SAVING_TIME_ACTIVE);
29+
RTCTime initialTime(1, Month::JANUARY, 2000, 12, 10, 00, DayOfWeek::SATURDAY, SaveLight::SAVING_TIME_ACTIVE);
3030

3131
#ifdef TURN_PERIPHERALS_OFF
3232
void turnPeripheralsOff(){

0 commit comments

Comments
 (0)