diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index a155ae9cb5..36476114f0 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -1629,7 +1629,6 @@ cmd_stop_engine = "w\x00\x99\x00\x00" field = "Use separate Ignition Table for idle", useSeparateAdvanceForIdle field = "Use separate VE Table for idle", useSeparateVeForIdle field = "Use separate IAC Table For Coasting", useIacTableForCoasting, {idleMode == 0} - field = "MAP Deactivation Threshold", coastingFuelCutMap, {coastingFuelCutEnabled == 1} field = "TPS deactivation threshold", idlePidDeactivationTpsThreshold panel = idlePidSettings, { idleMode == 0} field = "Extra IAC if Throttle Pressed", iacByTpsTaper; @@ -2167,6 +2166,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00" field = "Cutoff Deactivation RPM Low Limit", coastingFuelCutRpmLow, {coastingFuelCutEnabled == 1} field = "TPS Deactivation Threshold", coastingFuelCutTps, {coastingFuelCutEnabled == 1} field = "CLT Activation Threshold", coastingFuelCutClt, {coastingFuelCutEnabled == 1} + field = "MAP Deactivation Threshold", coastingFuelCutMap, {coastingFuelCutEnabled == 1} [Tools] ;addTool = toolName, PanelName addTool = veTableGenerator, "VE Table Generator", veTableTbl