From 7da3a8116daed7eb96f675557dfb017047e3172c Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 22 Oct 2021 12:23:28 -0700 Subject: [PATCH] basic knock response params (#3330) * basic params * retard angle -> aggression Co-authored-by: Matthew Kennedy --- firmware/integration/rusefi_config.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 3f48b7b901..ba4645fd38 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -785,7 +785,11 @@ end_struct float manIdlePosition;value between 0 and 100 used in Manual mode;"%", 1, 0, 0, 100, 0 -float unused612;;"", 1, 0, 0, 1, 0 +uint8_t knockRetardAggression;+Ignition timing to remove when a knock event occurs.;"%", 0.1, 0, 0, 20, 1 +uint8_t knockRetardReapplyRate;+After a knock event, reapply timing at this rate.;"deg/s", 0.1, 0, 0, 10, 1 +uint8_t knockRetardMaximum;+Maximum amount of knock retard.;"deg", 1, 0, 0, 30, 0 + +uint8_t unused615;;"", 1, 0, 0, 1, 0 float unused616;;"", 1, 0, 0, 1, 0 ! todo: rename to triggerSimulatorRpm