Idle air add via Lua #4465
This commit is contained in:
parent
9fcb307a51
commit
21ab47ed04
|
@ -29,11 +29,12 @@ bit looksLikeCrankToIdle
|
||||||
bit useInstantRpmForIdle
|
bit useInstantRpmForIdle
|
||||||
bit isVerboseIAC
|
bit isVerboseIAC
|
||||||
|
|
||||||
|
|
||||||
int targetRpmByClt;idle: target by CLT
|
int targetRpmByClt;idle: target by CLT
|
||||||
int targetRpmAcBump;idle: A/C bump
|
int targetRpmAcBump;idle: A/C bump
|
||||||
|
|
||||||
percent_t iacByRpmTaper;idle: iacByRpmTaper portion of idle
|
percent_t iacByRpmTaper;idle: iacByRpmTaper portion of idle
|
||||||
|
|
||||||
|
percent_t luaAdd;idle: Lua Adder
|
||||||
|
|
||||||
! end of idle_state_s structure definition
|
! end of idle_state_s structure definition
|
||||||
end_struct
|
end_struct
|
||||||
|
|
Loading…
Reference in New Issue