only⚠️ random custom packet ID!

This commit is contained in:
rusefillc 2024-02-10 19:11:22 -05:00
parent add69a1f5b
commit 0bcf342976
1 changed files with 2 additions and 1 deletions

View File

@ -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