Add a loops/rev counter in TS

This commit is contained in:
Josh Stewart 2018-02-05 12:44:38 +11:00
parent 725b93e083
commit 8b7f0c345b
1 changed files with 1 additions and 0 deletions

View File

@ -2393,6 +2393,7 @@ cmdtestspk450dc = "E\x03\x0C"
boostCutOut = { boostCutFuel || boostCutSpark }
lambda = { afr / stoich }
MAPxRPM = { rpm * map }
loopsPerRev = { loopsPerSecond / (rpm / 60) }
;Manifold pressure in weirdo units
map_bar = { (map - baro) / 101.33 }