This commit is contained in:
parent
ceba688e7e
commit
66c6b6dc1a
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Jan 10 16:31:19 EST 2019
|
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Jan 10 16:37:02 EST 2019
|
||||||
// begin
|
// begin
|
||||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
|
@ -1873,7 +1873,7 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
float egoValueShift;
|
float egoValueShift;
|
||||||
/**
|
/**
|
||||||
* Camshaft input could be used either just for engine phase detection, or it could be used for Variable Valve timing on one of the camshafts.
|
* Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts.
|
||||||
* offset 2376
|
* offset 2376
|
||||||
*/
|
*/
|
||||||
brain_input_pin_e camInput;
|
brain_input_pin_e camInput;
|
||||||
|
@ -2474,4 +2474,4 @@ typedef struct {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Jan 10 16:31:19 EST 2019
|
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Jan 10 16:37:02 EST 2019
|
||||||
|
|
|
@ -833,7 +833,7 @@ float[MAP_ACCEL_TAPER] mapAccelTaperMult;;"mult", 1, 0, 0.0, 300,
|
||||||
float mapLowValueVoltage;MAP voltage for low point;"v", 1, 0, 0.0, 10, 2
|
float mapLowValueVoltage;MAP voltage for low point;"v", 1, 0, 0.0, 10, 2
|
||||||
float mapHighValueVoltage;MAP voltage for low point;"v", 1, 0, 0.0, 10, 2
|
float mapHighValueVoltage;MAP voltage for low point;"v", 1, 0, 0.0, 10, 2
|
||||||
float egoValueShift;EGO value correction;"value", 1, 0, -10.0, 10, 2
|
float egoValueShift;EGO value correction;"value", 1, 0, -10.0, 10, 2
|
||||||
brain_input_pin_e camInput;Camshaft input could be used either just for engine phase detection, or it could be used for Variable Valve timing on one of the camshafts.
|
brain_input_pin_e camInput;Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts.
|
||||||
int crankingIACposition;+IAC position during cranking;"percent", 1, 0, -100.0, 100,
|
int crankingIACposition;+IAC position during cranking;"percent", 1, 0, -100.0, 100,
|
||||||
float tChargeMinRpmMinTps;;"mult", 1, 0, 0, 3, 4
|
float tChargeMinRpmMinTps;;"mult", 1, 0, 0, 3, 4
|
||||||
float tChargeMinRpmMaxTps;;"mult", 1, 0, 0, 3, 4
|
float tChargeMinRpmMaxTps;;"mult", 1, 0, 0, 3, 4
|
||||||
|
|
Loading…
Reference in New Issue