pull/28462/head
Shane Smiskol 2 years ago
parent aed8fca5a4
commit ebe481fee4
  1. 16
      selfdrive/car/honda/values.py
  2. 2
      selfdrive/car/subaru/values.py
  3. 2
      selfdrive/car/toyota/values.py

@ -1474,28 +1474,28 @@ FW_VERSIONS = {
},
CAR.HONDA_E: {
(Ecu.eps, 0x18DA30F1, None): [
b'39990-TYF-N030\x00\x00'
b'39990-TYF-N030\x00\x00',
],
(Ecu.gateway, 0x18DAEFF1, None): [
b'38897-TYF-E140\x00\x00'
b'38897-TYF-E140\x00\x00',
],
(Ecu.shiftByWire, 0x18DA0BF1, None): [
b'54008-TYF-E010\x00\x00'
b'54008-TYF-E010\x00\x00',
],
(Ecu.srs, 0x18DA53F1, None): [
b'77959-TYF-G430\x00\x00'
b'77959-TYF-G430\x00\x00',
],
(Ecu.combinationMeter, 0x18DA60F1, None): [
b'78108-TYF-G610\x00\x00'
b'78108-TYF-G610\x00\x00',
],
(Ecu.fwdRadar, 0x18DAB0F1, None): [
b'36802-TYF-E030\x00\x00'
b'36802-TYF-E030\x00\x00',
],
(Ecu.fwdCamera, 0x18DAB5F1, None): [
b'36161-TYF-E020\x00\x00'
b'36161-TYF-E020\x00\x00',
],
(Ecu.vsa, 0x18DA28F1, None): [
b'57114-TYF-E030\x00\x00'
b'57114-TYF-E030\x00\x00',
],
},
CAR.CIVIC_2022: {

@ -330,7 +330,7 @@ FW_VERSIONS = {
(Ecu.fwdCamera, 0x787, None): [
b'\x00\x00\x64\x35\x1f\x40\x20\x09',
b'\x00\x00c\xe9\x1f@ \x03',
b'\x00\x00d\xd3\x1f@ \t'
b'\x00\x00d\xd3\x1f@ \t',
],
(Ecu.engine, 0x7e0, None): [
b'\xba"@p\a',

@ -2143,7 +2143,7 @@ FW_VERSIONS = {
b'8965B58040\x00\x00\x00\x00\x00\x00',
],
(Ecu.abs, 0x7b0, None): [
b'F152658341\x00\x00\x00\x00\x00\x00'
b'F152658341\x00\x00\x00\x00\x00\x00',
],
(Ecu.fwdRadar, 0x750, 0xf): [
b'\x018821F3301400\x00\x00\x00\x00',

Loading…
Cancel
Save