mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-15 17:32:06 +08:00
no longer needed
This commit is contained in:
@@ -66,10 +66,6 @@ class CarInterface(CarInterfaceBase):
|
||||
elif candidate in EV_CAR:
|
||||
ret.flags |= HyundaiFlags.EV.value
|
||||
|
||||
# detect cars with hybrid definitions of CAN and CAN-FD
|
||||
if candidate in CAN_CANFD_CAR:
|
||||
ret.flags |= HyundaiFlags.CAN_CANFD.value
|
||||
|
||||
# Send LFA message on cars with HDA
|
||||
if 0x485 in fingerprint[2]:
|
||||
ret.flags |= HyundaiFlags.SEND_LFA.value
|
||||
|
||||
Reference in New Issue
Block a user