diff --git a/selfdrive/car/hyundai/values.py b/selfdrive/car/hyundai/values.py index 41e63b8857b373..8029cb5df7850f 100644 --- a/selfdrive/car/hyundai/values.py +++ b/selfdrive/car/hyundai/values.py @@ -676,6 +676,7 @@ def match_fw_to_car_fuzzy(live_fw_versions, offline_fw_versions) -> set[str]: Request( [HYUNDAI_ECU_MANUFACTURING_DATE], [HYUNDAI_VERSION_RESPONSE], + whitelist_ecus=[Ecu.fwdCamera], bus=0, auxiliary=True, logging=True,