@@ -38,12 +38,12 @@ enable2ndByteCanID = false
3838
3939[MegaTune]
4040 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
41- signature = "rusEFI main.2025.08.06 .mazduino.1185645764 "
41+ signature = "rusEFI main.2025.08.07 .mazduino.472271691 "
4242
4343[TunerStudio]
4444 queryCommand = "S"
4545 versionInfo = "V" ; firmware version for title bar.
46- signature= "rusEFI main.2025.08.06 .mazduino.1185645764 " ; signature is expected to be 7 or more characters.
46+ signature= "rusEFI main.2025.08.07 .mazduino.472271691 " ; signature is expected to be 7 or more characters.
4747
4848 ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
4949 useLegacyFTempUnits = false
@@ -547,7 +547,7 @@ boostType = bits, U08, 972, [0:0], "Open Loop", "Open + Closed Loop"
547547ignitionKeyDigitalPinMode = bits, U08, 973, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
548548ignitionKeyDigitalPin = bits, U16, 974, [0:8], $gpio_list
549549boostPwmFrequency = scalar, S32, 976, "Hz", 1, 0, 0, 3000, 0
550- launchActivationMode = bits, S08, 980, [0:1 ], "Launch Button", "Clutch Down Switch", "Speed Based", "Brake Pedal"
550+ launchActivationMode = bits, S08, 980, [0:2 ], "Launch Button", "Clutch Down Switch", "Speed Based", "Brake Pedal", "Lua", "INVALID", "INVALID", "INVALID "
551551antiLagActivationMode = bits, S08, 981, [0:0], "Switch Input", "Always Active"
552552crankingCondition = bits, S08, 982, [0:1], "None", "Brake", "Clutch", "INVALID"
553553tpsAccelLookback = scalar, U08, 983, "sec", 0.05, 0, 0, 5, 2
@@ -3374,6 +3374,7 @@ rpmLaunchCondition = bits, U32, 1176, [8:8]
33743374rpmPreLaunchCondition = bits, U32, 1176, [9:9]
33753375speedCondition = bits, U32, 1176, [10:10]
33763376tpsCondition = bits, U32, 1176, [11:11]
3377+ luaLaunchState = bits, U32, 1176, [12:12]
33773378; total TS size = 1180
33783379isTorqueReductionTriggerPinValid = bits, U32, 1180, [0:0]
33793380torqueReductionTriggerPinState = bits, U32, 1180, [1:1]
@@ -6267,6 +6268,7 @@ entry = rpmLaunchCondition, "rpmLaunchCondition", int, "%d"
62676268entry = rpmPreLaunchCondition, "rpmPreLaunchCondition", int, "%d"
62686269entry = speedCondition, "Launch: speedCondition", int, "%d"
62696270entry = tpsCondition, "Launch: tpsCondition", int, "%d"
6271+ entry = luaLaunchState, "luaLaunchState", int, "%d"
62706272entry = isTorqueReductionTriggerPinValid, "isTorqueReductionTriggerPinValid", int, "%d"
62716273entry = torqueReductionTriggerPinState, "torqueReductionTriggerPinState", int, "%d"
62726274entry = isTimeConditionSatisfied, "isTimeConditionSatisfied", int, "%d"
@@ -7406,6 +7408,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2
74067408 indicator = {rpmPreLaunchCondition}, "rpmPreLaunchCondition No", "rpmPreLaunchCondition Yes"
74077409 indicator = {speedCondition}, "speedCondition No", "speedCondition Yes"
74087410 indicator = {tpsCondition}, "tpsCondition No", "tpsCondition Yes"
7411+ indicator = {luaLaunchState}, "luaLaunchState No", "luaLaunchState Yes"
74097412
74107413dialog = launch_control_stateDialog, "launch_control_state"
74117414 panel = launch_control_stateIndicatorPanel
0 commit comments