Do we still need this? (#1290)

Tesla is not supported so do we still need this here as VW uses 840 in their FP
This commit is contained in:
Arne Schwarck
2020-03-29 21:25:15 +02:00
committed by GitHub
parent d8a414834d
commit 3db63b781d
+1 -1
View File
@@ -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():