GM SENT ETB bench test in NJ #4688
This commit is contained in:
parent
46e167a842
commit
3c922bcf99
|
@ -3874,8 +3874,8 @@ dialog = tcuControls, "Transmission Settings"
|
|||
field = "Debug mode", debugMode
|
||||
|
||||
dialog = etbDialogRight
|
||||
panel = etbIdleDialog, { throttlePedalPositionAdcChannel != @@ADC_CHANNEL_NONE@@ }
|
||||
panel = etbPidDialog, { (throttlePedalPositionAdcChannel != @@ADC_CHANNEL_NONE@@) || (etbFunctions1 == @@etb_function_e_ETB_IdleValve@@) }
|
||||
panel = etbIdleDialog, { etbFunctions1 == @@etb_function_e_ETB_IdleValve@@ }
|
||||
panel = etbPidDialog, { etbFunctions1 == @@etb_function_e_ETB_IdleValve@@ }
|
||||
panel = etbAutotune
|
||||
|
||||
; Neutral position handling not yet implemented!
|
||||
|
|
Loading…
Reference in New Issue