From 3703533fdffe5fb2ca4378f6eeefe61309d350d9 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 24 Jan 2023 21:24:33 -0800 Subject: [PATCH] Honda Civic 2022: gather FW versions for unknown ECU (#27074) * Add unknown civic 2022 extra ecu * Update selfdrive/car/honda/values.py old-commit-hash: 95d45a8d64f5e7bd54cd3e96aec83f44177a0fa7 --- selfdrive/car/honda/values.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/selfdrive/car/honda/values.py b/selfdrive/car/honda/values.py index e3448b31be..d10ec0a7e6 100644 --- a/selfdrive/car/honda/values.py +++ b/selfdrive/car/honda/values.py @@ -164,6 +164,10 @@ FW_QUERY_CONFIG = FwQueryConfig( bus=0, ), ], + extra_ecus=[ + # The only other ECU on PT bus accessible by camera on radarless Civic + (Ecu.unknown, 0x18DAB3F1, None), + ], ) FW_VERSIONS = {