This commit is contained in:
rusefi 2019-09-07 21:35:55 -04:00
parent e77b703beb
commit 270565e593
1 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,9 @@ static percent_t manualIdleController(float cltCorrection DECLARE_ENGINE_PARAMET
return correctedPosition;
}
/**
* idle blip is a development tool: alternator PID research for instance have benefited from a repetitive change of RPM
*/
static percent_t blipIdlePosition;
static efitimeus_t timeToStopBlip = 0;
static efitimeus_t timeToStopIdleTest = 0;