From 58098da13dd814a84014b1db751553bfae76b196 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Sun, 31 Dec 2017 20:13:53 -0500 Subject: [PATCH] docs --- .../algo/engine_configuration_generated_structures.h | 6 ++++-- firmware/integration/rusefi_config.txt | 4 ++-- firmware/tunerstudio/rusefi.ini | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/firmware/controllers/algo/engine_configuration_generated_structures.h b/firmware/controllers/algo/engine_configuration_generated_structures.h index 748bd171b7..b0eda44be1 100644 --- a/firmware/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Dec 26 11:24:20 EST 2017 +// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Dec 31 19:34:05 EST 2017 // begin #ifndef ENGINE_CONFIGURATION_GENERATED_H_ #define ENGINE_CONFIGURATION_GENERATED_H_ @@ -1843,10 +1843,12 @@ typedef struct { */ float postCrankingTargetClt; /** + * Fuel multiplier taper, see also postCrankingDurationSec * offset 2612 */ float postCrankingFactor; /** + * See also postCrankingFactor * offset 2616 */ float postCrankingDurationSec; @@ -2235,4 +2237,4 @@ typedef struct { #endif // end -// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Dec 26 11:24:20 EST 2017 +// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Dec 31 19:34:05 EST 2017 diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index b034e47f48..8dee711d30 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -819,8 +819,8 @@ float[MAP_ACCEL_TAPER] mapAccelTaperMult;;"mult", 1, 0, 0.0, 300, float autoTuneTpsRocThreshold; float autoTuneTpsQuietPeriod; float postCrankingTargetClt;;"C", 1, 0, 0, 100, 0 - float postCrankingFactor;;"mult", 1, 0, 0, 100, 4 - float postCrankingDurationSec;;"seconds", 1, 0, 0, 100, 2 + float postCrankingFactor;Fuel multiplier taper, see also postCrankingDurationSec;"mult", 1, 0, 0, 100, 4 + float postCrankingDurationSec;See also postCrankingFactor;"seconds", 1, 0, 0, 100, 2 ThermistorConf auxTempSensor1;todo: finish implementation #332 ThermistorConf auxTempSensor2;todo: finish implementation #332 int16_t fuelClosedLoopCltThreshold;;"C", 1, 0, 0, 100, 0 diff --git a/firmware/tunerstudio/rusefi.ini b/firmware/tunerstudio/rusefi.ini index cd58e87958..529b42b7d7 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 Tue Dec 26 11:24:20 EST 2017 +; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Dec 31 19:34:05 EST 2017 pageSize = 20000 page = 1 @@ -2294,8 +2294,8 @@ cmd_stop_engine = "w\x00\x99\x00\x00" field = "Use separate Advance Table for idle", useSeparateAdvanceForIdle field = "Use separate VE Table for idle", useSeparateVeForIdle field = "Cranking Idle Air", crankingIACposition - field = "# Warmup Idle multipplier is apploed to target RPM" - field = "Auto target", targetIdleRpm, { idleMode == 0} +; field = "# Warmup Idle multipplier is apploed to target RPM" +; field = "Auto target", targetIdleRpm, { idleMode == 0} field = "idle P", idleRpmPid_pFactor, { idleMode == 0} field = "idle I", idleRpmPid_iFactor, { idleMode == 0} field = "idle D", idleRpmPid_dFactor, { idleMode == 0}