docs
This commit is contained in:
parent
65c0d67be2
commit
8d931d163f
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue May 09 19:04:57 EDT 2017
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri May 12 16:28:16 EDT 2017
|
||||
// begin
|
||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||
|
@ -968,6 +968,7 @@ typedef struct {
|
|||
*/
|
||||
float knockBandCustom;
|
||||
/**
|
||||
* On single-coil or wasted spark setups you have to lower dwell at high RPM
|
||||
* offset 336
|
||||
*/
|
||||
float sparkDwellRpmBins[DWELL_CURVE_SIZE];
|
||||
|
@ -1389,6 +1390,7 @@ typedef struct {
|
|||
*/
|
||||
brain_pin_e stepperEnablePin;
|
||||
/**
|
||||
* TODO: finish this #413
|
||||
* offset 1636
|
||||
*/
|
||||
float noAccelAfterHardLimitPeriodSecs;
|
||||
|
@ -2094,4 +2096,4 @@ typedef struct {
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue May 09 19:04:57 EDT 2017
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri May 12 16:28:16 EDT 2017
|
||||
|
|
|
@ -255,7 +255,7 @@ ThermistorConf iat;
|
|||
float knockBandCustom;+kHz knock band override;"kHz", 1, 0.0, 0.0, 10.0, 2
|
||||
|
||||
|
||||
float[DWELL_CURVE_SIZE] sparkDwellRpmBins;;"RPM", 1, 0.0, 0.0, 18000, 2
|
||||
float[DWELL_CURVE_SIZE] sparkDwellRpmBins;On single-coil or wasted spark setups you have to lower dwell at high RPM;"RPM", 1, 0.0, 0.0, 18000, 2
|
||||
float[DWELL_CURVE_SIZE] sparkDwellValues;;"ms", 1, 0.0, 0.0, 30.0, 2
|
||||
|
||||
struct_no_prefix specs_s
|
||||
|
|
Loading…
Reference in New Issue