rusefillc 2023-05-30 17:19:00 -04:00
parent 008ffca459
commit 90b4a8e288
1 changed files with 5 additions and 0 deletions

View File

@ -122,6 +122,11 @@ different people, also useful while Lua script editing is available only in TS.
setSparkSkipRatio(0) to skip 0% of the ignition events, i.e. no skipping
setSparkSkipRatio(0.5) would skip half of ignition events. We never skip two consecutive ignitions. #torque
#### `setSparkHardSkipRatio(ratio)`
setSparkHardSkipRatio(0) to skip 0% of the ignition events, i.e. no skipping
setSparkHardSkipRatio(0.75) would skip 75% of ignition events. #torque
#### `setIdleAdd(percent)`
Percent to add to idle (incl. open loop).