From 9ad453b15bcc07027049c9d38e83930798b072b2 Mon Sep 17 00:00:00 2001 From: GitHub gen-default-tune Action Date: Sat, 29 Jun 2024 21:00:37 +0000 Subject: [PATCH] Auto-generated default tune --- simulator/generated/simulator_tune_HELLEN_121_NISSAN_6_CYL.msq | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/simulator/generated/simulator_tune_HELLEN_121_NISSAN_6_CYL.msq b/simulator/generated/simulator_tune_HELLEN_121_NISSAN_6_CYL.msq index 81055a30fc..980564a151 100644 --- a/simulator/generated/simulator_tune_HELLEN_121_NISSAN_6_CYL.msq +++ b/simulator/generated/simulator_tune_HELLEN_121_NISSAN_6_CYL.msq @@ -2336,7 +2336,6 @@ IN_35D = 0x35d OUT_1F9 = 0x1F9 -- 505 OUT_233 = 0x233 -- 563 OUT_23D = 0x23D -- 573 -OUT_23E = 0x23E -- 574 setTickRate(100) t = Timer.new() @@ -2389,7 +2388,7 @@ function onTick() -- print('clt gauge = '..cltGauge) -- rpm fun stuff PPS256 = PPS * 256 / 100 - TPScapped = (TPS > 0.5 and 0.5 or TPS) + if t : getElapsedSeconds() < 2 then CLTandRPM_D = { 0x00, PPS256, 0x0C, 0x01, 0x0A, 0x87, 0xFF, 0xFF } else