FrogPilot features - Remove CAN-FD Fords from Dashcam Mode

This commit is contained in:
FrogAi 2024-05-09 22:34:09 -07:00
parent 053cdc5022
commit 588ad393b7

View File

@ -16,7 +16,7 @@ class CarInterface(CarInterfaceBase):
@staticmethod @staticmethod
def _get_params(ret, params, candidate, fingerprint, car_fw, experimental_long, docs): def _get_params(ret, params, candidate, fingerprint, car_fw, experimental_long, docs):
ret.carName = "ford" ret.carName = "ford"
ret.dashcamOnly = bool(ret.flags & FordFlags.CANFD) ret.dashcamOnly = False
ret.radarUnavailable = True ret.radarUnavailable = True
ret.steerControlType = car.CarParams.SteerControlType.angle ret.steerControlType = car.CarParams.SteerControlType.angle