From 602bf97c00798c72bf6ae53a655d4b9080f224fb Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 18 Aug 2022 23:03:33 -0400 Subject: [PATCH] Extra Idle Air if Throttle is Pressed behavior #3940 --- firmware/controllers/actuators/idle_state.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/actuators/idle_state.txt b/firmware/controllers/actuators/idle_state.txt index 27f2a04f24..bd1bb898a8 100644 --- a/firmware/controllers/actuators/idle_state.txt +++ b/firmware/controllers/actuators/idle_state.txt @@ -33,7 +33,7 @@ bit isVerboseIAC int targetRpmByClt;idle: target by CLT int targetRpmAcBump;idle: A/C bump -percent_t iacByTpsTaper;idle: iacByTpsTaper portion of idle +percent_t iacByRpmTaper;idle: iacByRpmTaper portion of idle ! end of idle_state_s structure definition end_struct