We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a41da6 commit 90cb1e7Copy full SHA for 90cb1e7
src/helpers/HeltecV3Board.h
@@ -85,8 +85,7 @@ class HeltecV3Board : public ESP32Board {
85
}
86
87
void powerOff() override {
88
- // TODO: re-enable this when there is a definite wake-up source pin:
89
- // enterDeepSleep(0);
+ enterDeepSleep(0);
90
91
92
uint16_t getBattMilliVolts() override {
0 commit comments