From cc66979ddaa5f1ba80f276561343de7919aa6f8f Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 26 Jul 2020 11:04:32 -0400 Subject: [PATCH] Weird VAG: DC motor idle valve not ETB fix #1637 --- firmware/tunerstudio/rusefi.input | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 8bc870fb4c..3e4e7b67fe 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -2868,11 +2868,12 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00" dialog = etbDialogLeft field = "https://rusefi.com/s/etb" + field = "Late 90s German DC Motor idle", dcMotorIdleValve field = "Detailed status in console", isVerboseETB field = "Disable ETB Motor", pauseEtbControl ; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility ; criteria for the same panel when used in multiple places - panel = hbridgeHardware, { throttlePedalPositionAdcChannel != 16 || useStepperIdle && useHbridges } + panel = hbridgeHardware, { throttlePedalPositionAdcChannel != 16 || (useStepperIdle && useHbridges) || dcMotorIdleValve } dialog = etbAutotune, "PID Autotune" commandButton = "Start ETB PID Autotune", cmd_etb_autotune