This commit is contained in:
kifir 2024-08-26 16:27:10 +03:00 committed by kifir23917
parent bc98a8d216
commit 500690de42
1 changed files with 4 additions and 4 deletions

View File

@ -2042,10 +2042,10 @@ menuDialog = main
subMenu = boostOpenLoopGearAdderDialog, "Boost control open loop gear adder", { isBoostControlEnabled }
subMenu = boostPidDialog, "Boost control PID", { isBoostControlEnabled && boostType == 1 }
subMenu = boostTargetDialog, "Boost control target", { isBoostControlEnabled && boostType == 1 }
subMenu = cltBoostCorrCurve, "CLT boost multiplier", { isBoostControlEnabled }, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
subMenu = iatBoostCorrCurve, "IAT boost multiplier", { isBoostControlEnabled }, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
subMenu = cltBoostAdderCurve, "CLT boost adder", { isBoostControlEnabled && boostType == 1 }, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
subMenu = iatBoostAdderCurve, "IAT boost adder", { isBoostControlEnabled && boostType == 1 }, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
subMenu = cltBoostCorrCurve, "CLT boost duty multiplier", { isBoostControlEnabled }, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
subMenu = iatBoostCorrCurve, "IAT boost duty multiplier", { isBoostControlEnabled }, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
subMenu = cltBoostAdderCurve, "CLT boost target adder", { isBoostControlEnabled && boostType == 1 }, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
subMenu = iatBoostAdderCurve, "IAT boost target adder", { isBoostControlEnabled && boostType == 1 }, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
groupMenu = "Boost blend tables"
groupChildMenu = boostOpenBlend1Cfg, "Open loop 1 bias", { isBoostControlEnabled }