From ef6c956200572233b62157cbed5e267cbd604bd6 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 16 Aug 2024 13:21:24 -0700 Subject: [PATCH] dead config field --- firmware/controllers/algo/engine_configuration.cpp | 2 -- firmware/integration/rusefi_config.txt | 2 -- firmware/tunerstudio/tunerstudio.template.ini | 2 -- 3 files changed, 6 deletions(-) diff --git a/firmware/controllers/algo/engine_configuration.cpp b/firmware/controllers/algo/engine_configuration.cpp index c105aefd56d..5d7073c63f1 100644 --- a/firmware/controllers/algo/engine_configuration.cpp +++ b/firmware/controllers/algo/engine_configuration.cpp @@ -543,8 +543,6 @@ static void setDefaultEngineConfiguration() { engineConfiguration->engineSnifferRpmThreshold = 2500; engineConfiguration->sensorSnifferRpmThreshold = 2500; - engineConfiguration->noAccelAfterHardLimitPeriodSecs = 3; - /** * Idle control defaults */ diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index e22f9ee1be8..d66cec2937d 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -1138,8 +1138,6 @@ float idleStepperReactionTime;;"ms", 1, 0, 1, 300, 0 int idleStepperTotalSteps;;"count", 1, 0, 5, 3000, 0 -float noAccelAfterHardLimitPeriodSecs;TODO: finish this #413;"sec", 1, 0, 0, 60, 0 - int mapAveragingSchedulingAtIndex;At what trigger index should some MAP-related math be executed? This is a performance trick to reduce load on synchronization trigger callback.;"index", 1, 0, 0, 7000, 0 diff --git a/firmware/tunerstudio/tunerstudio.template.ini b/firmware/tunerstudio/tunerstudio.template.ini index c116bc1db78..6bb96e6a807 100644 --- a/firmware/tunerstudio/tunerstudio.template.ini +++ b/firmware/tunerstudio/tunerstudio.template.ini @@ -4391,8 +4391,6 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_ dialog = AccelEnrich, "Accel/Decel Enrichment" panel = TpsAccelPanel panel = WallWettingAccelPanel - field = "No accel after RPM hard limit", noAccelAfterHardLimitPeriodSecs - dialog = wwTauCurves, "Wall wetting AE evaporation time" field = "#Set a base evaporation time based on coolant temperature, and a multiplier based on MAP."