Skip to content

Commit

Permalink
increased awake time in standby examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cristidragomir97 committed Aug 12, 2024
1 parent c2cbb99 commit 0eec551
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 @@ -60,7 +60,7 @@ void setup() {

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

delay(1000); // Keep the board awake for 1 second, so we can se it working
delay(10000); // Keep the board awake for 1 second, 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(5000); // keep the board awake for 5 seconds, so we can se it working
delay(10000); // keep the board awake for 5 seconds, so we can se it working
board.shutDownFuelGauge();

// The LED should go off when the board goes to sleep
Expand Down

0 comments on commit 0eec551

Please sign in to comment.