mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-15 22:32:11 +08:00
Restrict CIVIC_BOSCH_DIESEL to FW fingerprinting (#1189)
old-commit-hash: 7d764b409c508c5cd4bd505e27db3d28c653d21b
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user