From 6a2c8908c04254bf071613e6e0e1a8412d92e2e7 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 23 Jun 2023 19:55:20 -0700 Subject: [PATCH] A few cars have a tester present response on this address --- selfdrive/car/toyota/values.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selfdrive/car/toyota/values.py b/selfdrive/car/toyota/values.py index 1531f75d94..f0337db2b3 100644 --- a/selfdrive/car/toyota/values.py +++ b/selfdrive/car/toyota/values.py @@ -268,6 +268,8 @@ FW_QUERY_CONFIG = FwQueryConfig( (Ecu.gateway, 0x750, 0x5f), (Ecu.telematics, 0x750, 0xc7), (Ecu.transmission, 0x701, None), + # A few cars have a tester present response on this address + (Ecu.transmission, 0x7e1, None), (Ecu.combinationMeter, 0x7c0, None), ], )