mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 06:52:07 +08:00
Chrysler: add FW for 2019 Ram 3500 (#27636)
* Add 2019 Ram 3500 * wrong ones * missing EPS
This commit is contained in:
@@ -76,7 +76,7 @@ CAR_INFO: Dict[str, Optional[Union[ChryslerCarInfo, List[ChryslerCarInfo]]]] = {
|
||||
CAR.RAM_1500: ChryslerCarInfo("Ram 1500 2019-23", harness=Harness.ram),
|
||||
CAR.RAM_HD: [
|
||||
ChryslerCarInfo("Ram 2500 2020-22", harness=Harness.ram),
|
||||
ChryslerCarInfo("Ram 3500 2020-22", harness=Harness.ram),
|
||||
ChryslerCarInfo("Ram 3500 2019-22", harness=Harness.ram),
|
||||
],
|
||||
}
|
||||
|
||||
@@ -260,6 +260,7 @@ FW_VERSIONS = {
|
||||
b'04672895AB',
|
||||
b'56029827AG',
|
||||
b'68484694AE',
|
||||
b'56029827AH',
|
||||
],
|
||||
(Ecu.eps, 0x761, None): [
|
||||
b'68421036AC',
|
||||
|
||||
Reference in New Issue
Block a user