|
|
|
@ -88,7 +88,7 @@ CAR_INFO: Dict[str, Union[CarInfo, List[CarInfo]]] = { |
|
|
|
|
FordCarInfo("Ford Kuga 2020-22", "Adaptive Cruise Control with Lane Centering"), |
|
|
|
|
], |
|
|
|
|
CAR.EXPLORER_MK6: [ |
|
|
|
|
FordCarInfo("Ford Explorer 2020-22"), |
|
|
|
|
FordCarInfo("Ford Explorer 2020-23"), |
|
|
|
|
FordCarInfo("Lincoln Aviator 2020-21", "Co-Pilot360 Plus"), |
|
|
|
|
], |
|
|
|
|
CAR.F_150_MK14: FordCarInfo("Ford F-150 2023", "Co-Pilot360 Active 2.0"), |
|
|
|
@ -185,6 +185,7 @@ FW_VERSIONS = { |
|
|
|
|
b'L1MC-14D003-AL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'M1MC-14D003-AB\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'M1MC-14D003-AC\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'P1MC-14D003-AA\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', |
|
|
|
|
], |
|
|
|
|
(Ecu.abs, 0x760, None): [ |
|
|
|
|
b'L1MC-2D053-AJ\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', |
|
|
|
@ -212,6 +213,7 @@ FW_VERSIONS = { |
|
|
|
|
b'MB5A-14C204-RC\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'NB5A-14C204-AZD\x00\x00\x00\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'NB5A-14C204-HB\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', |
|
|
|
|
b'PB5A-14C204-DA\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
CAR.F_150_MK14: { |
|
|
|
|