Subaru: Add fw for 2020 Subaru Outback (#28240)

Route: a4e8e925930fce2c|2023-05-19--20-47-32
pull/28243/head
Kyle Greenlaw 2 years ago committed by GitHub
parent 184e224a6a
commit 7a684da47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/subaru/values.py

@ -510,6 +510,7 @@ FW_VERSIONS = {
b'\xf1\x82\xe2,\xa0@\x07', b'\xf1\x82\xe2,\xa0@\x07',
b'\xbc"`q\x07', b'\xbc"`q\x07',
b'\xe3,\xa0@\x07', b'\xe3,\xa0@\x07',
b'\xbc,\xa0u\x07',
], ],
(Ecu.transmission, 0x7e1, None): [ (Ecu.transmission, 0x7e1, None): [
b'\xa5\xfe\xf7@\x00', b'\xa5\xfe\xf7@\x00',
@ -519,6 +520,7 @@ FW_VERSIONS = {
b'\xf1\x82\xa7\xf6D@\x00', b'\xf1\x82\xa7\xf6D@\x00',
b'\xa7\xf6D@\x00', b'\xa7\xf6D@\x00',
b'\xa7\xfe\xf4@\x00', b'\xa7\xfe\xf4@\x00',
b'\xa5\xfe\xf8@\x00',
], ],
}, },
} }

Loading…
Cancel
Save