Auto-generated default tune
This commit is contained in:
parent
b8885640a5
commit
9ad453b15b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue