Skip to content

Commit

Permalink
resolving the test_fingerprint.py issue with our ID conflicting with …
Browse files Browse the repository at this point in the history
…Chrysler
  • Loading branch information
BogGyver committed Apr 27, 2020
1 parent 2843521 commit 1ed57fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/test/test_fingerprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# (addr, len)
CAN_IGNITION_MSGS = {
'gm': [(0x1F1, 8), (0x160, 5)],
'tesla' : [(0x348, 8)],
#'tesla' : [(0x348, 8)],
}

def _get_fingerprints():
Expand Down

0 comments on commit 1ed57fd

Please sign in to comment.