mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-24 23:42:05 +08:00
HKG CAN-FD: query camera on both buses (#26167)
fwdCamera is only on bus 4 on HDA1, only bus 5 on HDA2
This commit is contained in:
@@ -306,7 +306,7 @@ FW_QUERY_CONFIG = FwQueryConfig(
|
||||
Request(
|
||||
[HYUNDAI_VERSION_REQUEST_LONG],
|
||||
[HYUNDAI_VERSION_RESPONSE],
|
||||
whitelist_ecus=[Ecu.fwdRadar],
|
||||
whitelist_ecus=[Ecu.fwdCamera, Ecu.fwdRadar],
|
||||
bus=4,
|
||||
),
|
||||
Request(
|
||||
|
||||
Reference in New Issue
Block a user