smarter project

only:hellen-honda-k
This commit is contained in:
rusefi 2023-03-28 20:31:50 -04:00
parent 0315716e92
commit 6ea48e822d
1 changed files with 2 additions and 2 deletions

View File

@ -1757,8 +1757,8 @@ menuDialog = main
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@@ }
subMenu = vvtTable2Tbl, "VVT exhaust target", { vvtMode2 != @@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
subMenu = auxInputsDialog, "Lua Analog Inputs"