Change position field MAP Deactivation Threshold (#605)
This commit is contained in:
parent
6ae1ddbf0a
commit
7be28d3aa2
|
@ -1629,7 +1629,6 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
|||
field = "Use separate Ignition Table for idle", useSeparateAdvanceForIdle
|
||||
field = "Use separate VE Table for idle", useSeparateVeForIdle
|
||||
field = "Use separate IAC Table For Coasting", useIacTableForCoasting, {idleMode == 0}
|
||||
field = "MAP Deactivation Threshold", coastingFuelCutMap, {coastingFuelCutEnabled == 1}
|
||||
field = "TPS deactivation threshold", idlePidDeactivationTpsThreshold
|
||||
panel = idlePidSettings, { idleMode == 0}
|
||||
field = "Extra IAC if Throttle Pressed", iacByTpsTaper;
|
||||
|
@ -2167,6 +2166,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
|||
field = "Cutoff Deactivation RPM Low Limit", coastingFuelCutRpmLow, {coastingFuelCutEnabled == 1}
|
||||
field = "TPS Deactivation Threshold", coastingFuelCutTps, {coastingFuelCutEnabled == 1}
|
||||
field = "CLT Activation Threshold", coastingFuelCutClt, {coastingFuelCutEnabled == 1}
|
||||
field = "MAP Deactivation Threshold", coastingFuelCutMap, {coastingFuelCutEnabled == 1}
|
||||
[Tools]
|
||||
;addTool = toolName, PanelName
|
||||
addTool = veTableGenerator, "VE Table Generator", veTableTbl
|
||||
|
|
Loading…
Reference in New Issue