Skip to content

Commit 650e2aa

Browse files
committed
Update sleep duration note
1 parent 5dcf249 commit 650e2aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Standby_WakeFromRTC_C33/Standby_WakeFromRTC_C33.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void setup() {
6262

6363
board.enableWakeupFromRTC(0, 0, 10); // Sleep for 10 seconds
6464

65-
delay(10000); // Keep the board awake for 1 second, so we can se it working
65+
delay(10000); // Keep the board awake for 10 seconds, so we can se it working
6666

6767
board.shutDownFuelGauge();
6868
board.setAllPeripheralsPower(false);

examples/Standby_WakeFromRTC_H7/Standby_WakeFromRTC_H7.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void setup() {
5555
}
5656
}
5757

58-
delay(10000); // keep the board awake for 5 seconds, so we can se it working
58+
delay(10000); // keep the board awake for 10 seconds, so we can se it working
5959
board.shutDownFuelGauge();
6060

6161

0 commit comments

Comments
 (0)