|
|
@ -259,8 +259,10 @@ FW_QUERY_CONFIG = FwQueryConfig( |
|
|
|
# - Steering Angle Sensor (0x7b3) |
|
|
|
# - Steering Angle Sensor (0x7b3) |
|
|
|
# - EPS/EMPS (0x7a0, 0x7a1) |
|
|
|
# - EPS/EMPS (0x7a0, 0x7a1) |
|
|
|
|
|
|
|
|
|
|
|
# TODO: if these duplicate ECUs always exist together, remove one |
|
|
|
# Hybrid control computer can be on one of two addresses |
|
|
|
|
|
|
|
(Ecu.hybrid, 0x7e2, None), # Hybrid Control Assembly & Computer |
|
|
|
(Ecu.hybrid, 0x7d2, None), # Hybrid Control Assembly & Computer |
|
|
|
(Ecu.hybrid, 0x7d2, None), # Hybrid Control Assembly & Computer |
|
|
|
|
|
|
|
# TODO: if these duplicate ECUs always exist together, remove one |
|
|
|
(Ecu.srs, 0x780, None), # SRS Airbag |
|
|
|
(Ecu.srs, 0x780, None), # SRS Airbag |
|
|
|
(Ecu.srs, 0x784, None), # SRS Airbag 2 |
|
|
|
(Ecu.srs, 0x784, None), # SRS Airbag 2 |
|
|
|
# Likely only exists on cars where EPB isn't standard (e.g. Camry, Avalon (/Hybrid)) |
|
|
|
# Likely only exists on cars where EPB isn't standard (e.g. Camry, Avalon (/Hybrid)) |
|
|
|