Skip to content

Commit

Permalink
Update sleep duration note
Browse files Browse the repository at this point in the history
  • Loading branch information
sebromero committed Aug 20, 2024
1 parent 5dcf249 commit 650e2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void setup() {

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

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

board.shutDownFuelGauge();
board.setAllPeripheralsPower(false);
Expand Down
2 changes: 1 addition & 1 deletion examples/Standby_WakeFromRTC_H7/Standby_WakeFromRTC_H7.ino
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void setup() {
}
}

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


Expand Down

0 comments on commit 650e2aa

Please sign in to comment.