From 214fb77026c5b7c6088d02b91091bca7fbdf6280 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 22 Sep 2024 12:18:16 -0400 Subject: [PATCH] only:Always retard VVT hide setting --- firmware/integration/rusefi_config.txt | 1 + firmware/tunerstudio/tunerstudio.template.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 21efabab23..555e023fc8 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -2374,6 +2374,7 @@ end_struct #define ts_show_onboard_accelerometer false #define ts_show_vvt_output true #define show_vvt_output_pin true +#define ts_show_intake_vvt_direction true ! LAME! todo make this way less lame #define ts_show_cylinder_2 true #define ts_show_cylinder_3 true diff --git a/firmware/tunerstudio/tunerstudio.template.ini b/firmware/tunerstudio/tunerstudio.template.ini index 5173308a9f..f9145eec21 100644 --- a/firmware/tunerstudio/tunerstudio.template.ini +++ b/firmware/tunerstudio/tunerstudio.template.ini @@ -4101,7 +4101,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_ field = "VVT solenoid bank 2 intake", vvtPins3@@if_ts_show_second_bank field = "VVT solenoid bank 2 exhaust", vvtPins4@@if_ts_show_exhaust_vvt field = "PWM frequency", vvtOutputFrequency, {vvtPins1 != 0 || vvtPins2 != 0}@@if_ts_show_vvt_frequency - field = "VVT solenoid intake cams control direction", invertVvtControlIntake, { vvtPins1 != 0 || vvtPins3 != 0 } + field = "VVT solenoid intake cams control direction", invertVvtControlIntake, { vvtPins1 != 0 || vvtPins3 != 0 }@@if_ts_show_intake_vvt_direction field = "VVT solenoid exhaust cams control direction", invertVvtControlExhaust, { vvtPins2 != 0 || vvtPins4 != 0 }@@if_ts_show_exhaust_vvt dialog = vvtPidDialog1, "Intake PID"