mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 10:02:06 +08:00
Chrysler: remove Pacifica 2018 ICE from tuning blacklist (#27272)
remove Pacifica 2018 ICE from blacklist old-commit-hash: b2d9a24d99407b3eb3a63b68404f60496c007c02
This commit is contained in:
@@ -62,8 +62,7 @@ RAM_CARS = RAM_DT | RAM_HD
|
||||
|
||||
# the increased steer rate hasn't been verified on these cars.
|
||||
# remove from this list once it's been tested and confirmed to not fault
|
||||
CHRYSLER_OLD_TUNING_BLACKLIST = {CAR.PACIFICA_2017_HYBRID, CAR.PACIFICA_2018, CAR.PACIFICA_2018_HYBRID,
|
||||
CAR.PACIFICA_2020, CAR.JEEP_CHEROKEE}
|
||||
CHRYSLER_OLD_TUNING_BLACKLIST = {CAR.PACIFICA_2017_HYBRID, CAR.PACIFICA_2018_HYBRID, CAR.PACIFICA_2020, CAR.JEEP_CHEROKEE}
|
||||
|
||||
@dataclass
|
||||
class ChryslerCarInfo(CarInfo):
|
||||
|
||||
Reference in New Issue
Block a user