No ADAS ECU detected, but has all messages for HDA2

pull/26755/head
Jason Wen 2 years ago
parent 0e2761664a
commit 12c8c76b38
No known key found for this signature in database
GPG Key ID: 6AAEBEBBB33E2AD2
  1. 2
      selfdrive/car/hyundai/interface.py

@ -29,7 +29,7 @@ class CarInterface(CarInterfaceBase):
if candidate in CANFD_CAR:
# detect HDA2 with ADAS Driving ECU
if Ecu.adas in [fw.ecu for fw in car_fw]:
if 0x50 in fingerprint[6]:
ret.flags |= HyundaiFlags.CANFD_HDA2.value
else:
# non-HDA2

Loading…
Cancel
Save