knock fuel correction, deceleration
knock_plugin_clean - clean changes #6989
This commit is contained in:
parent
adabfe0dd4
commit
a1dee4a286
|
@ -1720,7 +1720,12 @@ linear_sensor_s auxLinear4
|
|||
|
||||
@@BOARD_ENGINE_CONFIGURATION_FROM_FILE@@
|
||||
|
||||
#define END_OF_CALIBRATION_PADDING 128
|
||||
uint8_t autoscale knockSuppressMinTps;Below TPS value all knock suppression will be disabled.;"%", 1, 0, 0, 100, 1
|
||||
uint8_t autoscale knockFuelTrimAggression;Fuel to odd when a knock event occurs. Advice: 5% (mild), 10% (turbo/high comp.), 15% (high knock, e.g. GDI), 20% (spicy lump),;"%", 0.1, 0, 0, 20, 1
|
||||
uint8_t autoscale knockFuelTrimReapplyRate;After a knock event, reapply fuel at this rate.;"deg/s", 0.1, 0, 0, 10, 1
|
||||
uint8_t autoscale knockFuelTrim;Fuel trim when knock, max 30%;"%", 1, 0, 0, 30, 1
|
||||
|
||||
#define END_OF_CALIBRATION_PADDING 124
|
||||
uint8_t[END_OF_CALIBRATION_PADDING] unusedOftenChangesDuringFirmwareUpdate;;"units", 1, 0, 0, 1, 0
|
||||
|
||||
! end of engine_configuration_s
|
||||
|
|
Loading…
Reference in New Issue