coastingFuelCutMap into project
This commit is contained in:
parent
55cbe3079b
commit
26a3e3f568
|
@ -63,7 +63,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Aug 04 10:21:45 EDT 2018
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon Aug 13 20:53:12 EDT 2018
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -2470,6 +2470,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
||||||
field = "Use separate Ignition Table for idle", useSeparateAdvanceForIdle
|
field = "Use separate Ignition Table for idle", useSeparateAdvanceForIdle
|
||||||
field = "Use separate VE Table for idle", useSeparateVeForIdle
|
field = "Use separate VE Table for idle", useSeparateVeForIdle
|
||||||
field = "Use separate IAC Table For Coasting", useIacTableForCoasting, {idleMode == 0}
|
field = "Use separate IAC Table For Coasting", useIacTableForCoasting, {idleMode == 0}
|
||||||
|
field = "MAP Deactivation Threshold", coastingFuelCutMap, {coastingFuelCutEnabled == 1}
|
||||||
field = "TPS deactivation threshold", idlePidDeactivationTpsThreshold
|
field = "TPS deactivation threshold", idlePidDeactivationTpsThreshold
|
||||||
panel = idlePidSettings, { idleMode == 0}
|
panel = idlePidSettings, { idleMode == 0}
|
||||||
field = "Extra IAC if Throttle Pressed", iacByTpsTaper;
|
field = "Extra IAC if Throttle Pressed", iacByTpsTaper;
|
||||||
|
|
|
@ -1629,6 +1629,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
||||||
field = "Use separate Ignition Table for idle", useSeparateAdvanceForIdle
|
field = "Use separate Ignition Table for idle", useSeparateAdvanceForIdle
|
||||||
field = "Use separate VE Table for idle", useSeparateVeForIdle
|
field = "Use separate VE Table for idle", useSeparateVeForIdle
|
||||||
field = "Use separate IAC Table For Coasting", useIacTableForCoasting, {idleMode == 0}
|
field = "Use separate IAC Table For Coasting", useIacTableForCoasting, {idleMode == 0}
|
||||||
|
field = "MAP Deactivation Threshold", coastingFuelCutMap, {coastingFuelCutEnabled == 1}
|
||||||
field = "TPS deactivation threshold", idlePidDeactivationTpsThreshold
|
field = "TPS deactivation threshold", idlePidDeactivationTpsThreshold
|
||||||
panel = idlePidSettings, { idleMode == 0}
|
panel = idlePidSettings, { idleMode == 0}
|
||||||
field = "Extra IAC if Throttle Pressed", iacByTpsTaper;
|
field = "Extra IAC if Throttle Pressed", iacByTpsTaper;
|
||||||
|
|
Loading…
Reference in New Issue