Merge remote-tracking branch 'technical-git/master'

This commit is contained in:
GitHub Action 2022-12-31 03:51:06 +00:00
commit 4e3bf9e41c
1 changed files with 1 additions and 3 deletions

View File

@ -247,10 +247,8 @@ function onMotorInfo(bus, id, dlc, data)
txCan(TCU_BUS, id, 0, data)
elseif (mod4 == 1) then
txCan(1, MOTOR_INFO, 0, canMotorInfo1)
-- txCan(TCU_BUS, id, 0, data)
else
txCan(1, MOTOR_INFO, 0, canMotorInfo3)
-- txCan(TCU_BUS, id, 0, data)
end
end