This commit is contained in:
rusefillc 2022-12-17 09:15:41 -05:00
parent 58529ee629
commit 1c1c0357c5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function onTick()
PPS = (PPS == nil and 0 or PPS)
-- print ("MAF " .. MAF .. " TPS " .. TPS .. " PPS " .. PPS)
local rpmValue = math.floor(getSensor("RPM") + 0.5)
local RPMread = rpmValue / 3.15
local RPMread = rpmValue / 3.125
local RPMhi = RPMread / 256
local RPMlo = RPMread
cltValue = getSensor("CLT")