only: enhance script

This commit is contained in:
kifir 2024-07-25 19:48:42 +03:00 committed by rusefillc
parent d223ec9a4d
commit 30b597e1c4
1 changed files with 4 additions and 1 deletions

View File

@ -1,9 +1,12 @@
-- scriptname launch_control.lua
-- uncomment functions setIgnDisabled and setFuelDisabled below to use script with rusefi_simulator:
--[[
function setIgnDisabled(value) end
function setFuelDisabled(value) end
]]--
SPEED_THRESHOLD = 30 -- emulates `Speed Threshold(Kph)` setting on `Launch Control` dialog in TunerStudio
local SPEED_THRESHOLD = 30 -- emulates `Speed Threshold(Kph)` setting on `Launch Control` dialog in TunerStudio
local LAUNCH_RPM = 3000 -- emulates `Launch RPM(rpm)` setting on `Launch Control` dialog in TunerStudio
local LAUNCH_CONTROL_WINDOW = 500 -- emulates `Launch Control Window(RPM)` setting on `Launch Control` dialog in TunerStudio
local TPS_THRESHOLD = 0 -- emulates `Speed Threshold(Kph)` setting on `Launch Control` dialog in TunerStudio