mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* HeltecV3: powerOff() fix
This commit is contained in:
parent
1a41da6bf2
commit
90cb1e73f9
1 changed files with 1 additions and 2 deletions
|
|
@ -85,8 +85,7 @@ public:
|
|||
}
|
||||
|
||||
void powerOff() override {
|
||||
// TODO: re-enable this when there is a definite wake-up source pin:
|
||||
// enterDeepSleep(0);
|
||||
enterDeepSleep(0);
|
||||
}
|
||||
|
||||
uint16_t getBattMilliVolts() override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue