Do we still need this? (#1290)

Tesla is not supported so do we still need this here as VW uses 840 in their FP
old-commit-hash: 3db63b781d
commatwo_master
Arne Schwarck 5 years ago committed by GitHub
parent 60c147478c
commit 62bdef3861
  1. 2
      selfdrive/test/test_fingerprints.py

@ -8,7 +8,7 @@ from selfdrive.car.fingerprints import IGNORED_FINGERPRINTS
# (addr, len)
CAN_IGNITION_MSGS = {
'gm': [(0x1F1, 8), (0x160, 5)],
'tesla' : [(0x348, 8)],
#'tesla' : [(0x348, 8)],
}
def _get_fingerprints():

Loading…
Cancel
Save