auto idle is still alpha
This commit is contained in:
parent
76a98aa3db
commit
aa883fc616
|
@ -59,7 +59,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 Mon Jun 26 09:36:16 MSK 2017
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Jul 01 11:50:40 MSK 2017
|
||||||
|
|
||||||
pageSize = 16376
|
pageSize = 16376
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -2068,6 +2068,7 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
|
||||||
panel = idleStepper, East
|
panel = idleStepper, East
|
||||||
|
|
||||||
dialog = idleSettings, "", yAxis
|
dialog = idleSettings, "", yAxis
|
||||||
|
field = "#Automatic Mode is still Alpha Version"
|
||||||
field = "Manual mode", idleMode
|
field = "Manual mode", idleMode
|
||||||
field = "Cranking Idle Air", crankingIACposition
|
field = "Cranking Idle Air", crankingIACposition
|
||||||
field = "Auto target", targetIdleRpm, { idleMode == 0}
|
field = "Auto target", targetIdleRpm, { idleMode == 0}
|
||||||
|
|
|
@ -1302,6 +1302,7 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
|
||||||
panel = idleStepper, East
|
panel = idleStepper, East
|
||||||
|
|
||||||
dialog = idleSettings, "", yAxis
|
dialog = idleSettings, "", yAxis
|
||||||
|
field = "#Automatic Mode is still Alpha Version"
|
||||||
field = "Manual mode", idleMode
|
field = "Manual mode", idleMode
|
||||||
field = "Cranking Idle Air", crankingIACposition
|
field = "Cranking Idle Air", crankingIACposition
|
||||||
field = "Auto target", targetIdleRpm, { idleMode == 0}
|
field = "Auto target", targetIdleRpm, { idleMode == 0}
|
||||||
|
|
Loading…
Reference in New Issue