typo
This commit is contained in:
parent
aa9aa3fe64
commit
3d2b71747a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue