From b888791fd1966645b7ea919b01544fab966feee5 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Mon, 5 Aug 2024 23:58:05 -0700 Subject: [PATCH] changelog --- firmware/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/CHANGELOG.md b/firmware/CHANGELOG.md index 2d89fc1e80..870209a36e 100644 --- a/firmware/CHANGELOG.md +++ b/firmware/CHANGELOG.md @@ -41,7 +41,6 @@ or - Add 1-5-4-8-3-7-2-6 and 1-6-5-10-2-7-3-8-4-9 firing orders - Console command `set_sensor_mock` now accepts a sensor by name, instead of index. Example: `set_sensor_mock CLT 85.5` - TunerStudio UI improvements (#436, etc) - - Automatic calculation of knock sensing frequency based on cylinder bore #379 ### Fixed - Improve performance with Lua CAN reception of a high volume of frames @@ -50,6 +49,7 @@ or - Flex sensor-derived fuel temperature indication works properly - Fix a scenario where noisy trigger can cause overdwell [rusefi/rusefi#6349](https://github.com/rusefi/rusefi/issues/6349) - Fix decel fuel cutoff (DFCO) on engines without a MAP sensor #457 + - Automatic calculation of knock sense frequency based on cylinder bore #379 ## December 2023 Release