Turn power off in `kill` instead of setting PS_ON to input

2.0.x
Scott Lahteine 7 years ago
parent 9d99360912
commit 72281c4ff9

@ -591,7 +591,7 @@ void kill(const char* lcd_msg) {
#endif #endif
#if HAS_POWER_SWITCH #if HAS_POWER_SWITCH
SET_INPUT(PS_ON_PIN); PSU_OFF();
#endif #endif
#if HAS_SUICIDE #if HAS_SUICIDE

Loading…
Cancel
Save