FrogPilot features - Remove CAN-FD Fords from Dashcam Mode
This commit is contained in:
parent
053cdc5022
commit
588ad393b7
@ -16,7 +16,7 @@ class CarInterface(CarInterfaceBase):
|
||||
@staticmethod
|
||||
def _get_params(ret, params, candidate, fingerprint, car_fw, experimental_long, docs):
|
||||
ret.carName = "ford"
|
||||
ret.dashcamOnly = bool(ret.flags & FordFlags.CANFD)
|
||||
ret.dashcamOnly = False
|
||||
|
||||
ret.radarUnavailable = True
|
||||
ret.steerControlType = car.CarParams.SteerControlType.angle
|
||||
|
Loading…
x
Reference in New Issue
Block a user