Updated Lua Scripting (markdown)

This commit is contained in:
rusefillc 2021-11-26 15:23:31 -05:00
parent 40f1e0f3c5
commit 582ef734b0
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ end
tableIndex = findTableIndex("duty")
TurbochargerSpeed = getSensor("TurbochargerSpeed")
tps = getSenor("Tps1")
tps = getSensor("Tps1")
dutyCycle = table3d(tableIndex, TurbochargerSpeed, tps)