Toyota: remove one hybrid control computer ECU address (#28652)

this one isn't queried by techstream
pull/28659/head
Shane Smiskol 2 years ago committed by GitHub
parent 3941aef89b
commit 8dc35c14d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      selfdrive/car/toyota/values.py

@ -260,8 +260,7 @@ FW_QUERY_CONFIG = FwQueryConfig(
# TODO: if these duplicate ECUs always exist together, remove one
# On some cars, EPB is controlled by the ABS module
(Ecu.hybrid, 0x712, None), # Hybrid Control Assembly & Computer
(Ecu.hybrid, 0x7d2, None), # Hybrid Control Assembly & Computer 2
(Ecu.hybrid, 0x7d2, None), # Hybrid Control Assembly & Computer
(Ecu.srs, 0x780, None), # SRS Airbag
(Ecu.srs, 0x784, None), # SRS Airbag 2
(Ecu.epb, 0x750, 0x2c), # Electronic Parking Brake

Loading…
Cancel
Save