From d6d6df568c5f825a10e4e09e5f948d1e268ef3ba Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 5 Jan 2023 12:30:53 -0500 Subject: [PATCH] Ignition IAT Corr Load Bins Range fix #4941 --- firmware/CHANGELOG.md | 1 + firmware/integration/rusefi_config.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/CHANGELOG.md b/firmware/CHANGELOG.md index 0e6605b628..fdcfc0bffe 100644 --- a/firmware/CHANGELOG.md +++ b/firmware/CHANGELOG.md @@ -39,6 +39,7 @@ Release template (copy/paste this for new release): ### Fixed - multi-line tooltips in TS #4927 + - Negative temperature values for IAT Corr table #4941 ## December 2022 Release - "Day 289" diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 90401305ad..c7b51846e6 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -1663,7 +1663,7 @@ float[MAF_DECODING_COUNT] mafDecoding;Also known as MAF transfer function.\nkg/h float[MAF_DECODING_COUNT] mafDecodingBins;;"V", 1, 0, -5, 150, 2 int16_t[IGN_RPM_COUNT x IGN_LOAD_COUNT] autoscale ignitionIatCorrTable;;"deg", 0.1, 0, -720, 720, 1 -float[IGN_LOAD_COUNT] ignitionIatCorrLoadBins;;"Temperature", 1, 0, 0, 500, 0 +float[IGN_LOAD_COUNT] ignitionIatCorrLoadBins;;"Temperature", 1, 0, -60, 200, 0 uint16_t[IGN_RPM_COUNT] ignitionIatCorrRpmBins;;"RPM", 1, 0, 0, 18000, 0 int16_t[IGN_RPM_COUNT x IGN_LOAD_COUNT] injectionPhase;;"deg", 1, 0, -720, 720, 0