* some fixes around the powerOff(). Tidy ups

This commit is contained in:
Scott Powell 2025-03-14 19:08:41 +11:00
parent 99b376c512
commit 6a4b7463ef
4 changed files with 39 additions and 41 deletions

View file

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