Skip to content

Commit

Permalink
Disable the watchdog after all (powering down)
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed May 1, 2022
1 parent c9647e9 commit 4e35fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BoxPower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ void BoxPower::_preparePowerDown() {
setOtherPower(false);
Box.boxLEDs.setAllBool(false);
Serial.end();
Box.watchdog_stop();
}
void BoxPower::reset() {
Events.handlePowerEvent(PowerEvent::PRE_RESET);
Expand Down

0 comments on commit 4e35fa4

Please sign in to comment.