Subaru: Add missing FW for 2021 Legacy (#25914)

Add missing 2021 Legacy FW from 9936b4bbf75a5fe4|2022-09-26--20-29-47
old-commit-hash: 685533a3a1
taco
Shane Smiskol 3 years ago committed by GitHub
parent c3fb4dda1b
commit 346c543ad6
  1. 13
      selfdrive/car/subaru/values.py

@ -124,23 +124,26 @@ FW_VERSIONS = {
CAR.LEGACY: { CAR.LEGACY: {
(Ecu.abs, 0x7b0, None): [ (Ecu.abs, 0x7b0, None): [
b'\xa1\\ x04\x01', b'\xa1\\ x04\x01',
b'\xa1 \x03\x03' b'\xa1 \x03\x03',
b'\xa1 \x02\x01',
], ],
(Ecu.eps, 0x746, None): [ (Ecu.eps, 0x746, None): [
b'\x9b\xc0\x11\x00', b'\x9b\xc0\x11\x00',
b'\x9b\xc0\x11\x02' b'\x9b\xc0\x11\x02',
], ],
(Ecu.fwdCamera, 0x787, None): [ (Ecu.fwdCamera, 0x787, None): [
b'\x00\x00e\x80\x00\x1f@ \x19\x00', b'\x00\x00e\x80\x00\x1f@ \x19\x00',
b'\x00\x00e\x9a\x00\x00\x00\x00\x00\x00' b'\x00\x00e\x9a\x00\x00\x00\x00\x00\x00',
], ],
(Ecu.engine, 0x7e0, None): [ (Ecu.engine, 0x7e0, None): [
b'\xde\"a0\x07', b'\xde\"a0\x07',
b'\xe2"aq\x07' b'\xe2"aq\x07',
b'\xde,\xa0@\x07',
], ],
(Ecu.transmission, 0x7e1, None): [ (Ecu.transmission, 0x7e1, None): [
b'\xa5\xf6\x05@\x00', b'\xa5\xf6\x05@\x00',
b'\xa7\xf6\x04@\x00' b'\xa7\xf6\x04@\x00',
b'\xa5\xfe\xc7@\x00',
], ],
}, },
CAR.IMPREZA: { CAR.IMPREZA: {

Loading…
Cancel
Save