This commit is contained in:
parent
6feeb3140a
commit
7e75642723
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Aug 03 21:08:57 EDT 2017
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Aug 05 16:55:15 EDT 2017
|
||||
// begin
|
||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||
|
@ -1829,10 +1829,12 @@ typedef struct {
|
|||
*/
|
||||
float postCrankingDurationSec;
|
||||
/**
|
||||
* todo: finish implementation #332
|
||||
* offset 2668
|
||||
*/
|
||||
ThermistorConf auxTempSensor1;
|
||||
/**
|
||||
* todo: finish implementation #332
|
||||
* offset 2700
|
||||
*/
|
||||
ThermistorConf auxTempSensor2;
|
||||
|
@ -2140,4 +2142,4 @@ typedef struct {
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Aug 03 21:08:57 EDT 2017
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Aug 05 16:55:15 EDT 2017
|
||||
|
|
|
@ -789,8 +789,8 @@ float[MAP_ACCEL_TAPER] mapAccelTaperMult;;"mult", 1, 0, 0.0, 300,
|
|||
float postCrankingTargetClt;;"Ñ", 1, 0, 0, 100, 0
|
||||
float postCrankingFactor;;"mult", 1, 0, 0, 100, 4
|
||||
float postCrankingDurationSec;;"seconds", 1, 0, 0, 100, 2
|
||||
ThermistorConf auxTempSensor1;
|
||||
ThermistorConf auxTempSensor2;
|
||||
ThermistorConf auxTempSensor1;todo: finish implementation #332
|
||||
ThermistorConf auxTempSensor2;todo: finish implementation #332
|
||||
int16_t fuelClosedLoopCltThreshold;;"C", 1, 0, 0, 100, 0
|
||||
int16_t fuelClosedLoopTpsThreshold;;"%", 1, 0, 0, 100, 0
|
||||
int16_t fuelClosedLoopRpmThreshold;;"rpm", 1, 0, 0, 5000, 0
|
||||
|
|
Loading…
Reference in New Issue