reducing discrepancy
This commit is contained in:
parent
395ace2d3a
commit
4d82103f77
|
@ -977,13 +977,14 @@ bit unused_1484_bit_31
|
|||
|
||||
int ignMathCalculateAtIndex;+At what trigger index should some ignition-related math be executed? This is a performance trick to reduce load on synchronization trigger callback.;"index", 1, 0, 0, 7000, 0
|
||||
|
||||
int16_t acCutoffLowRpm;
|
||||
int16_t acCutoffHighRpm;
|
||||
// todo: start using these parameters!
|
||||
int16_t acCutoffLowRpm;;"RPM", 1, 0, 1, 15000, 0
|
||||
int16_t acCutoffHighRpm;;"RPM", 1, 0, 1, 15000, 0
|
||||
int16_t acIdleRpmBump;;"RPM", 1, 0, 1, 15000, 0
|
||||
|
||||
|
||||
int16_t acIdleRpmBump;
|
||||
int16_t warningPeriod;set warningPeriod X;"seconds", 1, 0, 0, 60, 0
|
||||
|
||||
|
||||
float knockDetectionWindowStart;;"angle", 1, 0, -1000, 1000, 2
|
||||
float knockDetectionWindowEnd;;"angle", 1, 0, -1000, 1000, 2
|
||||
|
||||
|
@ -1237,7 +1238,7 @@ tChargeMode_e tChargeMode;
|
|||
float[ETB_BIAS_CURVE_LENGTH] etbBiasBins;target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method;"target TPS position", 1, 0.0, 0, 100.0, 0
|
||||
float[ETB_BIAS_CURVE_LENGTH] etbBiasValues;PWM bias, 0 to 100%;"ETB duty cycle bias", 1, 0.0, -100, 100.0, 2
|
||||
|
||||
float hip9011Gain;
|
||||
float hip9011Gain;;"", 1, 0, 0, 100.0, 2
|
||||
int16_t etb_iTermMin;iTerm min value;"", 1, 0, -30000, 30000.0, 0
|
||||
int16_t etb_iTermMax;iTerm max value;"", 1, 0, -30000, 30000.0, 0
|
||||
float etbDeadband;;"", 1, 0, 0, 100.0, 2
|
||||
|
|
Loading…
Reference in New Issue