Restrict CIVIC_BOSCH_DIESEL to FW fingerprinting (#1189)

pull/1193/head
Chris Souers 6 years ago committed by GitHub
parent c0b8f4faed
commit 7d764b409c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/honda/values.py

@ -130,7 +130,7 @@ FINGERPRINTS = {
}
# Don't use theses fingerprints for fingerprinting, they are still needed for ECU detection
IGNORED_FINGERPRINTS = [CAR.INSIGHT]
IGNORED_FINGERPRINTS = [CAR.INSIGHT, CAR.CIVIC_BOSCH_DIESEL]
# add DIAG_MSGS to fingerprints
for c in FINGERPRINTS:

Loading…
Cancel
Save