From 959c28a80f956c6ecabdfce91ed78908598239b1 Mon Sep 17 00:00:00 2001 From: Chris Souers Date: Tue, 3 Mar 2020 17:09:18 -0500 Subject: [PATCH] Restrict CIVIC_BOSCH_DIESEL to FW fingerprinting (#1189) old-commit-hash: 7d764b409c508c5cd4bd505e27db3d28c653d21b --- selfdrive/car/honda/values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/honda/values.py b/selfdrive/car/honda/values.py index 47ed62a796..c6c571e0cf 100644 --- a/selfdrive/car/honda/values.py +++ b/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: