From 26a3e3f56875f1aae2d3c3218ad6415a2f5e7373 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 13 Aug 2018 20:53:40 -0400 Subject: [PATCH] coastingFuelCutMap into project --- firmware/tunerstudio/rusefi.ini | 3 ++- firmware/tunerstudio/rusefi.input | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/firmware/tunerstudio/rusefi.ini b/firmware/tunerstudio/rusefi.ini index 13dbc3f5db..9426d740a1 100644 --- a/firmware/tunerstudio/rusefi.ini +++ b/firmware/tunerstudio/rusefi.ini @@ -63,7 +63,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Aug 04 10:21:45 EDT 2018 +; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon Aug 13 20:53:12 EDT 2018 pageSize = 20000 page = 1 @@ -2470,6 +2470,7 @@ 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; diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 52627cfad3..a155ae9cb5 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -1629,6 +1629,7 @@ 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;