remove (#1789)
This commit is contained in:
parent
d2b6eedc3e
commit
6629a2dea4
|
@ -132,7 +132,6 @@ struct_no_prefix engine_configuration_s
|
|||
#define CRANKING_CURVE_SIZE 8
|
||||
|
||||
#define IGN_LOAD_COUNT 16
|
||||
#define IGN_TPS_COUNT 16
|
||||
#define IGN_RPM_COUNT 16
|
||||
|
||||
#define INJECTION_PIN_COUNT 12
|
||||
|
@ -1308,8 +1307,7 @@ float[CRANKING_ADVANCE_CURVE_SIZE] crankingAdvance ;+Optional timing advance
|
|||
float[CLT_CURVE_SIZE] iacCoastingBins;CLT-based idle position for coasting (used in Auto-PID Idle mode);"C", 1, 0, -100.0, 250.0, 2
|
||||
float[CLT_CURVE_SIZE] iacCoasting; CLT-based idle position for coasting (used in Auto-PID Idle mode);"%", 1, 0, 0.0, 100.0, 2
|
||||
|
||||
uint8_t[512] unused3288;;"units", 1, 0, -20, 100, 0
|
||||
float[IGN_TPS_COUNT] ignitionTpsBins;;"TPS", 1, 0.0, 0, 100.0, 2
|
||||
uint8_t[576] unused3288;;"units", 1, 0, -20, 100, 0
|
||||
|
||||
float tChargeAirCoefMin;;"Min tCharge Coeff.", 1, 0, 0.0, 1.0, 4
|
||||
float tChargeAirCoefMax;;"Max tCharge Coeff.", 1, 0, 0.0, 1.0, 4
|
||||
|
|
Loading…
Reference in New Issue