Skip to content

Commit

Permalink
Update Power.cpp (#2979)
Browse files Browse the repository at this point in the history
  • Loading branch information
S5NC authored Dec 2, 2023
1 parent 85cbde7 commit 4c69d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Power.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ void Power::shutdown()
ledOff(PIN_LED2);
#endif
#ifdef PIN_LED3
ledOff(PIN_LED2);
ledOff(PIN_LED3);
#endif
doDeepSleep(DELAY_FOREVER, false);
#endif
Expand Down Expand Up @@ -897,4 +897,4 @@ bool Power::axpChipInit()
#else
return false;
#endif
}
}

0 comments on commit 4c69d06

Please sign in to comment.