diff --git a/selfdrive/car/honda/values.py b/selfdrive/car/honda/values.py index a4ddd84ead..545b42f975 100644 --- a/selfdrive/car/honda/values.py +++ b/selfdrive/car/honda/values.py @@ -184,6 +184,7 @@ FW_QUERY_CONFIG = FwQueryConfig( extra_ecus=[ # The only other ECU on PT bus accessible by camera on radarless Civic (Ecu.unknown, 0x18DAB3F1, None), + (Ecu.programmedFuelInjection, 0x18da10f1, None), ], )