|
|
@ -277,7 +277,7 @@ FW_QUERY_CONFIG = FwQueryConfig( |
|
|
|
(Ecu.shiftByWire, 0x732, None), # Gear Shift Module |
|
|
|
(Ecu.shiftByWire, 0x732, None), # Gear Shift Module |
|
|
|
(Ecu.debug, 0x7d0, None), # Accessory Protocol Interface Module |
|
|
|
(Ecu.debug, 0x7d0, None), # Accessory Protocol Interface Module |
|
|
|
], |
|
|
|
], |
|
|
|
# Custom fuzzy fingerprinting function using platform codes, part numbers and software versions |
|
|
|
# Custom fuzzy fingerprinting function using platform and model year hints |
|
|
|
match_fw_to_car_fuzzy=match_fw_to_car_fuzzy, |
|
|
|
match_fw_to_car_fuzzy=match_fw_to_car_fuzzy, |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|