AFR Protection: Protection for leaning out under high load fix #6841

moving to reduce confusion
This commit is contained in:
rusefillc 2024-08-23 12:50:53 -04:00
parent 826c5c4c20
commit d4affd67b3
1 changed files with 2 additions and 5 deletions

View File

@ -1875,6 +1875,8 @@ menuDialog = main
groupMenu = "Limits and protection", {1}, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
groupChildMenu = limitsAndFallback, "Limits and fallbacks"
groupChildMenu = oilPressureProtection, "Oil pressure protection"
groupChildMenu = lambdaProtection, "Lambda protection", 0, { isInjectionEnabled }
subMenu = triggerConfiguration, "Trigger"
subMenu = trigger_advanced, "Advanced Trigger", { 1 }, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }@@if_ts_show_trigger_advanced
subMenu = triggerConfiguration_gap, "Trigger Gap Override", {1}, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }@@if_ts_show_trigger_overrides
@ -2210,11 +2212,6 @@ menuDialog = main
subMenu = hipFunction, "HIP9011 settings (knock sensor)" @@if_ts_show_hip9011
; TODO: move lambdaProtection to the fuel menu once ready
; https://github.com/FOME-Tech/fome-fw/issues/75
subMenu = lambdaProtection, "Lambda Protection", 0, { isInjectionEnabled }
subMenu = std_separator
subMenu = kLineDialog, "K-Line"@@if_ts_show_k_line
subMenu = parkingLot, "Experimental 1"@@if_ts_show_experimental
subMenu = parkingLot2, "Experimental 2"@@if_ts_show_experimental