This commit is contained in:
rusefillc 2022-08-24 18:52:33 -04:00
parent aa9aa3fe64
commit 3d2b71747a
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ function onTick()
counter = (counter + 1) % 16
rpm = getSensor("RPM") or 0
clt = = getSensor("CLT") or 0
clt = getSensor("CLT") or 0
setTwoBytes(canMotor1, 2, 4 * rpm)
txCan(1, MOTOR_1, 0, canMotor1)