Civic 2022: Add missing fw versions (#25164)

Add fingerprints from a918d2895b3210a1
pull/24988/head
Shane Smiskol 3 years ago committed by GitHub
parent 5a7c2f9036
commit c8051154d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      selfdrive/car/honda/values.py

@ -1406,6 +1406,7 @@ FW_VERSIONS = {
b'38897-T20-A020\x00\x00',
b'38897-T20-A510\x00\x00',
b'38897-T21-A010\x00\x00',
b'38897-T20-A210\x00\x00',
],
(Ecu.srs, 0x18DA53F1, None): [
b'77959-T20-A970\x00\x00',
@ -1415,6 +1416,7 @@ FW_VERSIONS = {
b'78108-T21-A220\x00\x00',
b'78108-T21-A620\x00\x00',
b'78108-T23-A110\x00\x00',
b'78108-T21-A230\x00\x00',
],
(Ecu.vsa, 0x18DA28F1, None): [
b'57114-T20-AB40\x00\x00',
@ -1429,6 +1431,7 @@ FW_VERSIONS = {
b'37805-64L-A540\x00\x00',
b'37805-64S-A540\x00\x00',
b'37805-64S-A720\x00\x00',
b'37805-64A-A540\x00\x00',
],
},
}

Loading…
Cancel
Save