Skip to content

Commit

Permalink
dead config field
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 authored and rusefillc committed Aug 16, 2024
1 parent 1883528 commit ef6c956
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions firmware/controllers/algo/engine_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,6 @@ static void setDefaultEngineConfiguration() {
engineConfiguration->engineSnifferRpmThreshold = 2500;
engineConfiguration->sensorSnifferRpmThreshold = 2500;

engineConfiguration->noAccelAfterHardLimitPeriodSecs = 3;

/**
* Idle control defaults
*/
Expand Down
2 changes: 0 additions & 2 deletions firmware/integration/rusefi_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 0 additions & 2 deletions firmware/tunerstudio/tunerstudio.template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit ef6c956

Please sign in to comment.