mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
Toyota: add alternate transmission address (#28666)
* A few cars have a tester present response on this address
* add comment
* another comment
* remove duplicate comment
* Revert "remove duplicate comment"
This reverts commit 51c822ddaa2d063e873693fdf77edbaf491a9192.
* revert 2
* revert 2
* revvy
* commenty
commy
old-commit-hash: b1ae79f381
This commit is contained in:
@@ -268,6 +268,8 @@ FW_QUERY_CONFIG = FwQueryConfig(
|
||||
(Ecu.gateway, 0x750, 0x5f),
|
||||
(Ecu.telematics, 0x750, 0xc7),
|
||||
(Ecu.transmission, 0x701, None),
|
||||
# A few platforms have a tester present response on this address, add to log
|
||||
(Ecu.transmission, 0x7e1, None),
|
||||
(Ecu.combinationMeter, 0x7c0, None),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user