Skip to content

Commit 90cb1e7

Browse files
author
Scott Powell
committed
* HeltecV3: powerOff() fix
1 parent 1a41da6 commit 90cb1e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/helpers/HeltecV3Board.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ class HeltecV3Board : public ESP32Board {
8585
}
8686

8787
void powerOff() override {
88-
// TODO: re-enable this when there is a definite wake-up source pin:
89-
// enterDeepSleep(0);
88+
enterDeepSleep(0);
9089
}
9190

9291
uint16_t getBattMilliVolts() override {

0 commit comments

Comments
 (0)