only: ts_show_vvt_output
This commit is contained in:
parent
f9f7d7d73a
commit
58db94ee0b
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue