unused config field (#1314)

This commit is contained in:
Matthew Kennedy 2020-04-18 04:57:28 -07:00 committed by GitHub
parent b6eb1c85a6
commit 3bc5824efd
2 changed files with 1 additions and 2 deletions

View File

@ -697,7 +697,6 @@ static void setDefaultEngineConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
engineConfiguration->acCutoffLowRpm = 700; engineConfiguration->acCutoffLowRpm = 700;
engineConfiguration->acCutoffHighRpm = 5000; engineConfiguration->acCutoffHighRpm = 5000;
engineConfiguration->postCrankingTargetClt = 25;
engineConfiguration->postCrankingDurationSec = 2; engineConfiguration->postCrankingDurationSec = 2;
initTemperatureCurve(IAT_FUEL_CORRECTION_CURVE, 1); initTemperatureCurve(IAT_FUEL_CORRECTION_CURVE, 1);

View File

@ -1090,7 +1090,7 @@ float[MAP_ACCEL_TAPER] mapAccelTaperMult;;"mult", 1, 0, 0.0, 300,
float autoTuneCltThreshold; float autoTuneCltThreshold;
float autoTuneTpsRocThreshold; float autoTuneTpsRocThreshold;
float autoTuneTpsQuietPeriod; 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 postCrankingFactor;Fuel multiplier taper, see also postCrankingDurationSec;"mult", 1, 0, 0, 100, 4
float postCrankingDurationSec;See also postCrankingFactor;"seconds", 1, 0, 0, 100, 2 float postCrankingDurationSec;See also postCrankingFactor;"seconds", 1, 0, 0, 100, 2
ThermistorConf auxTempSensor1;todo: finish implementation #332 ThermistorConf auxTempSensor1;todo: finish implementation #332