docs
This commit is contained in:
parent
029e2b098f
commit
58098da13d
|
@ -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
|
// begin
|
||||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
|
@ -1843,10 +1843,12 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
float postCrankingTargetClt;
|
float postCrankingTargetClt;
|
||||||
/**
|
/**
|
||||||
|
* Fuel multiplier taper, see also postCrankingDurationSec
|
||||||
* offset 2612
|
* offset 2612
|
||||||
*/
|
*/
|
||||||
float postCrankingFactor;
|
float postCrankingFactor;
|
||||||
/**
|
/**
|
||||||
|
* See also postCrankingFactor
|
||||||
* offset 2616
|
* offset 2616
|
||||||
*/
|
*/
|
||||||
float postCrankingDurationSec;
|
float postCrankingDurationSec;
|
||||||
|
@ -2235,4 +2237,4 @@ typedef struct {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// end
|
// 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
|
||||||
|
|
|
@ -819,8 +819,8 @@ float[MAP_ACCEL_TAPER] mapAccelTaperMult;;"mult", 1, 0, 0.0, 300,
|
||||||
float autoTuneTpsRocThreshold;
|
float autoTuneTpsRocThreshold;
|
||||||
float autoTuneTpsQuietPeriod;
|
float autoTuneTpsQuietPeriod;
|
||||||
float postCrankingTargetClt;;"C", 1, 0, 0, 100, 0
|
float postCrankingTargetClt;;"C", 1, 0, 0, 100, 0
|
||||||
float postCrankingFactor;;"mult", 1, 0, 0, 100, 4
|
float postCrankingFactor;Fuel multiplier taper, see also postCrankingDurationSec;"mult", 1, 0, 0, 100, 4
|
||||||
float postCrankingDurationSec;;"seconds", 1, 0, 0, 100, 2
|
float postCrankingDurationSec;See also postCrankingFactor;"seconds", 1, 0, 0, 100, 2
|
||||||
ThermistorConf auxTempSensor1;todo: finish implementation #332
|
ThermistorConf auxTempSensor1;todo: finish implementation #332
|
||||||
ThermistorConf auxTempSensor2;todo: finish implementation #332
|
ThermistorConf auxTempSensor2;todo: finish implementation #332
|
||||||
int16_t fuelClosedLoopCltThreshold;;"C", 1, 0, 0, 100, 0
|
int16_t fuelClosedLoopCltThreshold;;"C", 1, 0, 0, 100, 0
|
||||||
|
|
|
@ -63,7 +63,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; 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
|
pageSize = 20000
|
||||||
page = 1
|
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 Advance Table for idle", useSeparateAdvanceForIdle
|
||||||
field = "Use separate VE Table for idle", useSeparateVeForIdle
|
field = "Use separate VE Table for idle", useSeparateVeForIdle
|
||||||
field = "Cranking Idle Air", crankingIACposition
|
field = "Cranking Idle Air", crankingIACposition
|
||||||
field = "# Warmup Idle multipplier is apploed to target RPM"
|
; field = "# Warmup Idle multipplier is apploed to target RPM"
|
||||||
field = "Auto target", targetIdleRpm, { idleMode == 0}
|
; field = "Auto target", targetIdleRpm, { idleMode == 0}
|
||||||
field = "idle P", idleRpmPid_pFactor, { idleMode == 0}
|
field = "idle P", idleRpmPid_pFactor, { idleMode == 0}
|
||||||
field = "idle I", idleRpmPid_iFactor, { idleMode == 0}
|
field = "idle I", idleRpmPid_iFactor, { idleMode == 0}
|
||||||
field = "idle D", idleRpmPid_dFactor, { idleMode == 0}
|
field = "idle D", idleRpmPid_dFactor, { idleMode == 0}
|
||||||
|
|
Loading…
Reference in New Issue