"prettyClose": some strange code inside idle controller? #3030

This commit is contained in:
rusefillc 2021-07-22 15:30:22 -04:00
parent fef828efbb
commit 4ae72f43f6
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ StepperMotor iacMotor;
/**
* When the IAC position value change is insignificant (lower than this threshold), leave the poor valve alone
* todo: why do we have this logic? is this ever useful?
* See
* This is about stepper motors, it equals to 1 step to avoid excessive micro-movement.
*/
static percent_t idlePositionSensitivityThreshold = 0.0f;