unused config field (#1314)
This commit is contained in:
parent
3407a4b216
commit
d65a244fc7
|
@ -697,7 +697,6 @@ static void setDefaultEngineConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
|||
engineConfiguration->acCutoffLowRpm = 700;
|
||||
engineConfiguration->acCutoffHighRpm = 5000;
|
||||
|
||||
engineConfiguration->postCrankingTargetClt = 25;
|
||||
engineConfiguration->postCrankingDurationSec = 2;
|
||||
|
||||
initTemperatureCurve(IAT_FUEL_CORRECTION_CURVE, 1);
|
||||
|
|
|
@ -1090,7 +1090,7 @@ float[MAP_ACCEL_TAPER] mapAccelTaperMult;;"mult", 1, 0, 0.0, 300,
|
|||
float autoTuneCltThreshold;
|
||||
float autoTuneTpsRocThreshold;
|
||||
float autoTuneTpsQuietPeriod;
|
||||
float postCrankingTargetClt;;"C", 1, 0, 0, 100, 0
|
||||
float unused2432;
|
||||
float postCrankingFactor;Fuel multiplier taper, see also postCrankingDurationSec;"mult", 1, 0, 0, 100, 4
|
||||
float postCrankingDurationSec;See also postCrankingFactor;"seconds", 1, 0, 0, 100, 2
|
||||
ThermistorConf auxTempSensor1;todo: finish implementation #332
|
||||
|
|
Loading…
Reference in New Issue