Toyota: Add missing esp fw version for RAV4_TSS2 (#24793)

add fwVersion for RAV4_TSS2

add b'\x01F15260R302\x00\x00\x00\x00\x00\x00' to list of Ecu.esp FwVersions for RAV4_TSS2
old-commit-hash: 1fe582686f
taco
Griffin Christenson 3 years ago committed by GitHub
parent d6e78ec5b0
commit 043f5efcb9
  1. 1
      selfdrive/car/toyota/values.py

@ -1254,6 +1254,7 @@ FW_VERSIONS = {
b'\x01F15260R220\x00\x00\x00\x00\x00\x00',
b'\x01F15260R290\x00\x00\x00\x00\x00\x00',
b'\x01F15260R300\x00\x00\x00\x00\x00\x00',
b'\x01F15260R302\x00\x00\x00\x00\x00\x00',
b'\x01F152642551\x00\x00\x00\x00\x00\x00',
b'\x01F152642561\x00\x00\x00\x00\x00\x00',
b'\x01F152642700\x00\x00\x00\x00\x00\x00',

Loading…
Cancel
Save