mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 19:12:07 +08:00
HKG CAN-FD: query camera on both buses (#26167)
fwdCamera is only on bus 4 on HDA1, only bus 5 on HDA2 old-commit-hash: 017b5b27718afc844bc5c08cff09dfac95d5ba46
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