GM SENT ETB bench test in NJ #4688

This commit is contained in:
rusefi 2022-10-26 09:27:01 -04:00
parent 46e167a842
commit 3c922bcf99
1 changed files with 2 additions and 2 deletions

View File

@ -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!