Skip to content

Commit 9e3e287

Browse files
authored
Merge branch 'main' into alrvid-patch-1
2 parents 37177c3 + d4fcc82 commit 9e3e287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/TurnPeripheralsOff/TurnPeripheralsOff.ino

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

6262

6363

64-
LowPower.standbyM7(LowPowerStandbyType::untilPinActivity | LowPowerStandbyType::untilTimeElapsed, 10 s);
64+
LowPower.standbyM7(LowPowerStandbyType::untilPinActivity | LowPowerStandbyType::untilTimeElapsed, 10_s);
6565
//
6666
// The following is an alternative way to go into Standby Mode for 10 seconds:
6767
// LowPower.standbyM7(LowPowerStandbyType::untilTimeElapsed, RTCWakeupDelay(0, 0, 10));

0 commit comments

Comments
 (0)