From 4d82103f77cca1f6956188a50a3909a49323100f Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 13 Jun 2020 23:53:53 -0400 Subject: [PATCH] reducing discrepancy --- firmware/integration/rusefi_config.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 962712e090..1970ad36e7 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -977,13 +977,14 @@ bit unused_1484_bit_31 int ignMathCalculateAtIndex;+At what trigger index should some ignition-related math be executed? This is a performance trick to reduce load on synchronization trigger callback.;"index", 1, 0, 0, 7000, 0 - int16_t acCutoffLowRpm; - int16_t acCutoffHighRpm; +// todo: start using these parameters! + int16_t acCutoffLowRpm;;"RPM", 1, 0, 1, 15000, 0 + int16_t acCutoffHighRpm;;"RPM", 1, 0, 1, 15000, 0 + int16_t acIdleRpmBump;;"RPM", 1, 0, 1, 15000, 0 + - int16_t acIdleRpmBump; int16_t warningPeriod;set warningPeriod X;"seconds", 1, 0, 0, 60, 0 - float knockDetectionWindowStart;;"angle", 1, 0, -1000, 1000, 2 float knockDetectionWindowEnd;;"angle", 1, 0, -1000, 1000, 2 @@ -1237,7 +1238,7 @@ tChargeMode_e tChargeMode; float[ETB_BIAS_CURVE_LENGTH] etbBiasBins;target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method;"target TPS position", 1, 0.0, 0, 100.0, 0 float[ETB_BIAS_CURVE_LENGTH] etbBiasValues;PWM bias, 0 to 100%;"ETB duty cycle bias", 1, 0.0, -100, 100.0, 2 - float hip9011Gain; + float hip9011Gain;;"", 1, 0, 0, 100.0, 2 int16_t etb_iTermMin;iTerm min value;"", 1, 0, -30000, 30000.0, 0 int16_t etb_iTermMax;iTerm max value;"", 1, 0, -30000, 30000.0, 0 float etbDeadband;;"", 1, 0, 0, 100.0, 2