Skip to content

Commit 4e35fa4

Browse files
committed
Disable the watchdog after all (powering down)
1 parent c9647e9 commit 4e35fa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BoxPower.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ void BoxPower::_preparePowerDown() {
5353
setOtherPower(false);
5454
Box.boxLEDs.setAllBool(false);
5555
Serial.end();
56+
Box.watchdog_stop();
5657
}
5758
void BoxPower::reset() {
5859
Events.handlePowerEvent(PowerEvent::PRE_RESET);

0 commit comments

Comments
 (0)