only: ts_show_vvt_output

This commit is contained in:
rusefillc 2024-02-20 10:26:09 -05:00
parent f9f7d7d73a
commit 58db94ee0b
3 changed files with 6 additions and 5 deletions

View File

@ -18,7 +18,7 @@
#define ts_show_sd_pins false
#define ts_show_ignitionPinMode false
#define ts_show_vbatt false
#define ts_show_vvt_output false

View File

@ -2283,6 +2283,7 @@ end_struct
#define ts_show_spi3_pins true
#define ts_show_tps2 true
#define ts_show_onboard_accelerometer false
#define ts_show_vvt_output true
#define ts_show_analog_divider true
#define ts_show_spi true

View File

@ -1941,10 +1941,10 @@ menuDialog = main
subMenu = pedalToTpsTbl, "ETB pedal target" @@if_ts_show_etb
subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != @@ADC_CHANNEL_NONE@@ } @@if_ts_show_etb
subMenu = std_separator
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != @@vvt_mode_e_VVT_INACTIVE@@ }
subMenu = vvtTable1Tbl, "VVT intake target", { vvtMode1 != @@vvt_mode_e_VVT_INACTIVE@@ && vvtPins1 != 0 }
subMenu = vvtTable2Tbl, "VVT exhaust target", { vvtMode2 != @@vvt_mode_e_VVT_INACTIVE@@ && vvtPins2 != 0 }
subMenu = std_separator@@if_ts_show_vvt_output
subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != @@vvt_mode_e_VVT_INACTIVE@@ }@@if_ts_show_vvt_output
subMenu = vvtTable1Tbl, "VVT intake target", { vvtMode1 != @@vvt_mode_e_VVT_INACTIVE@@ && vvtPins1 != 0 }@@if_ts_show_vvt_output
subMenu = vvtTable2Tbl, "VVT exhaust target", { vvtMode2 != @@vvt_mode_e_VVT_INACTIVE@@ && vvtPins2 != 0 }@@if_ts_show_vvt_output
subMenu = std_separator
subMenu = auxInputsDialog, "Lua Analog Inputs"