diff --git a/src/logic/hw_sanity.cpp b/src/logic/hw_sanity.cpp index 497becf..c665f7f 100644 --- a/src/logic/hw_sanity.cpp +++ b/src/logic/hw_sanity.cpp @@ -131,6 +131,7 @@ bool HWSanity::StepInner() { test_step++; } else { // This pass is complete. Move on to the next motor or cleanup. + driver.SetEnabled(params, false); driver.SetBridgeOutput(params, true); test_step = 0; state = next_state;