This commit is contained in:
rusefillc 2022-11-10 17:15:15 -05:00
parent cd101027bc
commit f1bf10908e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function onTick()
local RPMhi = RPMread / 256
local RPMlo = RPMread
cltValue = getSensor("CLT")
cltValue = (cltValue == nil and 0 or tps)
cltValue = (cltValue == nil and 0 or cltValue)
local CLTread = math.floor(cltValue + 0.5)
--print('ac out = ' ..globalAcOut)