lint
This commit is contained in:
parent
b3386e9fc0
commit
e9b4b728d3
|
@ -52,6 +52,8 @@ Tune https://rusefi.com/online/view.php?msq=1425
|
||||||
engineConfiguration->stepperForceParkingEveryRestart = false;
|
engineConfiguration->stepperForceParkingEveryRestart = false;
|
||||||
// default 15.0
|
// default 15.0
|
||||||
engineConfiguration->etbIdleThrottleRange = 5.0;
|
engineConfiguration->etbIdleThrottleRange = 5.0;
|
||||||
|
// default 15.0
|
||||||
|
engineConfiguration->acIdleExtraOffset = 0.0;
|
||||||
// default 50.0
|
// default 50.0
|
||||||
engineConfiguration->acIdleRpmBump = 200.0;
|
engineConfiguration->acIdleRpmBump = 200.0;
|
||||||
// default 2.0
|
// default 2.0
|
||||||
|
|
|
@ -84,7 +84,7 @@ Tune https://rusefi.com/online/view.php?msq=1479
|
||||||
engineConfiguration->stepperForceParkingEveryRestart = false;
|
engineConfiguration->stepperForceParkingEveryRestart = false;
|
||||||
// default 0.0
|
// default 0.0
|
||||||
engineConfiguration->idle_antiwindupFreq = 0.1;
|
engineConfiguration->idle_antiwindupFreq = 0.1;
|
||||||
// default 0.0
|
// default 15.0
|
||||||
engineConfiguration->acIdleExtraOffset = 4.0;
|
engineConfiguration->acIdleExtraOffset = 4.0;
|
||||||
// default 2.0
|
// default 2.0
|
||||||
engineConfiguration->iacByTpsTaper = 0.0;
|
engineConfiguration->iacByTpsTaper = 0.0;
|
||||||
|
|
|
@ -84,6 +84,8 @@ Tune https://rusefi.com/online/view.php?msq=1258
|
||||||
engineConfiguration->idleStepperTotalSteps = 0.0;
|
engineConfiguration->idleStepperTotalSteps = 0.0;
|
||||||
// default "true"
|
// default "true"
|
||||||
engineConfiguration->stepperForceParkingEveryRestart = false;
|
engineConfiguration->stepperForceParkingEveryRestart = false;
|
||||||
|
// default 15.0
|
||||||
|
engineConfiguration->acIdleExtraOffset = 0.0;
|
||||||
// default 50.0
|
// default 50.0
|
||||||
engineConfiguration->acIdleRpmBump = 200.0;
|
engineConfiguration->acIdleRpmBump = 200.0;
|
||||||
// default 2.0
|
// default 2.0
|
||||||
|
|
|
@ -88,7 +88,7 @@ Tune https://rusefi.com/online/view.php?msq=1448
|
||||||
engineConfiguration->idleStepperTotalSteps = 0.0;
|
engineConfiguration->idleStepperTotalSteps = 0.0;
|
||||||
// default "true"
|
// default "true"
|
||||||
engineConfiguration->stepperForceParkingEveryRestart = false;
|
engineConfiguration->stepperForceParkingEveryRestart = false;
|
||||||
// default 0.0
|
// default 15.0
|
||||||
engineConfiguration->acIdleExtraOffset = 20.0;
|
engineConfiguration->acIdleExtraOffset = 20.0;
|
||||||
// default 0.0
|
// default 0.0
|
||||||
engineConfiguration->fan1ExtraIdle = 2.0;
|
engineConfiguration->fan1ExtraIdle = 2.0;
|
||||||
|
|
Loading…
Reference in New Issue