Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into toyota-hybrid-tune
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Oct 15, 2024
2 parents 29bac8f + e642522 commit 00fbf00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opendbc/car/toyota/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ def match_fw_to_car_fuzzy(live_fw_versions, vin, offline_fw_versions) -> set[str

# Hybrid control computer can be on 0x7e2 (KWP) or 0x7d2 (UDS) depending on platform
(Ecu.hybrid, 0x7e2, None), # Hybrid Control Assembly & Computer
(Ecu.hybrid, 0x7d2, None), # Hybrid Control Assembly & Computer
(Ecu.srs, 0x780, None), # SRS Airbag
# Transmission is combined with engine on some platforms, such as TSS-P RAV4
(Ecu.transmission, 0x701, None),
Expand Down

0 comments on commit 00fbf00

Please sign in to comment.