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