* HeltecV3: powerOff() fix

This commit is contained in:
Scott Powell
2025-09-02 21:18:05 +10:00
parent 1a41da6bf2
commit 90cb1e73f9

View File

@@ -85,8 +85,7 @@ public:
} }
void powerOff() override { void powerOff() override {
// TODO: re-enable this when there is a definite wake-up source pin: enterDeepSleep(0);
// enterDeepSleep(0);
} }
uint16_t getBattMilliVolts() override { uint16_t getBattMilliVolts() override {