mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-07 01:06:01 +08:00
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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user