only⚠️ random custom packet ID!
This commit is contained in:
parent
add69a1f5b
commit
0bcf342976
|
@ -174,6 +174,8 @@ function onCanTester(bus, id, dlc, data)
|
|||
withErrorCodes = 0
|
||||
end
|
||||
|
||||
-- warning: random custom packet ID!
|
||||
txCan(1, 0x999, 0, { withErrorCodes })
|
||||
end
|
||||
|
||||
payLoadIndex = payLoadIndex + 1
|
||||
|
@ -193,7 +195,6 @@ function onCanTester(bus, id, dlc, data)
|
|||
if data[2] == 0 and data[3] == 2 and data[4] == 0x58 then
|
||||
print("NO CODES")
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue