docs
This commit is contained in:
parent
ca437215e9
commit
f5ed0572b2
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jun 11 15:31:14 EDT 2017
|
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jun 11 15:35:28 EDT 2017
|
||||||
// begin
|
// begin
|
||||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
|
@ -1558,6 +1558,7 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
float cltIdleRpm[CLT_CURVE_SIZE];
|
float cltIdleRpm[CLT_CURVE_SIZE];
|
||||||
/**
|
/**
|
||||||
|
* set targetvbatt VOLTS
|
||||||
* offset 2156
|
* offset 2156
|
||||||
*/
|
*/
|
||||||
float targetVBatt;
|
float targetVBatt;
|
||||||
|
@ -2117,4 +2118,4 @@ typedef struct {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jun 11 15:31:14 EDT 2017
|
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jun 11 15:35:28 EDT 2017
|
||||||
|
|
|
@ -711,7 +711,7 @@ custom pin_mode_e 4 bits, U32, @OFFSET@, [0:5], @@pin_mode_e_enum@@
|
||||||
float[CLT_CURVE_SIZE] cltIdleRpmBins;CLT-based target RPM for automatic idle controller;"C", 1, 0, -100.0, 250.0, 2
|
float[CLT_CURVE_SIZE] cltIdleRpmBins;CLT-based target RPM for automatic idle controller;"C", 1, 0, -100.0, 250.0, 2
|
||||||
float[CLT_CURVE_SIZE] cltIdleRpm;;"RPM", 1, 0, 0.0, 400.0, 0
|
float[CLT_CURVE_SIZE] cltIdleRpm;;"RPM", 1, 0, 0.0, 400.0, 0
|
||||||
|
|
||||||
float targetVBatt;;"Volts", 1, 0, 0,30, 1
|
float targetVBatt;set targetvbatt VOLTS;"Volts", 1, 0, 0,30, 1
|
||||||
float alternatorOffAboveTps;Turn off alternator output above specified TPS;"%", 1, 0, 0, 200, 2
|
float alternatorOffAboveTps;Turn off alternator output above specified TPS;"%", 1, 0, 0, 200, 2
|
||||||
float[5] unusedalternatorControl;
|
float[5] unusedalternatorControl;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue