This commit is contained in:
rusefi 2019-11-23 23:42:00 -05:00
parent 18bb121cbe
commit de963e880b
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ public:
angle_t mapAveragingStart[INJECTION_PIN_COUNT];
angle_t mapAveragingDuration = 0;
/**
* timing advance is angle distance before Top Dead Center (TDP), i.e. "10 degree timing advance" means "happens 10 degrees before TDC"
*/
angle_t timingAdvance = 0;
// fuel-related;
float fuelCutoffCorrection = 0;