Skip to content

Commit

Permalink
Sanity Check
Browse files Browse the repository at this point in the history
  • Loading branch information
EricGaoo committed Nov 24, 2024
1 parent ed46df6 commit 8b7b951
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions py/decoder/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

decoder = DatagramDecoder()

decoder.init_serial()
decoder.init_dbc()

invalid_message = [0xAA, 0xFF, 0x00, 0x00, 0x00, 0x01, 0x06, 0xAA, 0x01, 0x01, 0x01, 0x01, 0x01, 0xBB]

for byte in invalid_message:
Expand Down

0 comments on commit 8b7b951

Please sign in to comment.