merge rusEFI wiki

This commit is contained in:
GitHub Action 2022-07-23 20:23:00 +00:00
commit 94428240cb
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ vssSensor = Sensor.new("VSS")
function onTick()
vssSensor : set(90)
val = getSensor("VSS")
print ("VVS " ..getSensor("VSS"))
print ("VSS " ..getSensor("VSS"))
end