From a1dee4a286e9d9873f2deb085e6bf3da75b86689 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 21 Oct 2024 10:40:32 -0400 Subject: [PATCH] knock fuel correction, deceleration knock_plugin_clean - clean changes #6989 --- firmware/integration/rusefi_config.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index f9d1b340bd..fff4747e06 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -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