Ford CAN FD safety (#1455)

This commit is contained in:
Cameron Clough
2023-07-16 15:09:37 +01:00
committed by GitHub
parent 6e5009125a
commit 0c33554624
4 changed files with 153 additions and 36 deletions

View File

@@ -254,6 +254,7 @@ class Panda:
FLAG_GM_HW_CAM_LONG = 2
FLAG_FORD_LONG_CONTROL = 1
FLAG_FORD_CANFD = 2
def __init__(self, serial: Optional[str] = None, claim: bool = True, disable_checks: bool = True):
self._connect_serial = serial