Honda Civic 2022: add missing FW versions (#25206)

Add missing 2022 Civic FW versions
pull/25187/head
Shane Smiskol 3 years ago committed by GitHub
parent ee081f278b
commit 54e168fce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      selfdrive/car/honda/values.py

@ -1407,6 +1407,7 @@ FW_VERSIONS = {
b'38897-T20-A510\x00\x00', b'38897-T20-A510\x00\x00',
b'38897-T21-A010\x00\x00', b'38897-T21-A010\x00\x00',
b'38897-T20-A210\x00\x00', b'38897-T20-A210\x00\x00',
b'38897-T20-A310\x00\x00',
], ],
(Ecu.srs, 0x18DA53F1, None): [ (Ecu.srs, 0x18DA53F1, None): [
b'77959-T20-A970\x00\x00', b'77959-T20-A970\x00\x00',
@ -1417,6 +1418,7 @@ FW_VERSIONS = {
b'78108-T21-A620\x00\x00', b'78108-T21-A620\x00\x00',
b'78108-T23-A110\x00\x00', b'78108-T23-A110\x00\x00',
b'78108-T21-A230\x00\x00', b'78108-T21-A230\x00\x00',
b'78108-T22-A020\x00\x00',
], ],
(Ecu.vsa, 0x18DA28F1, None): [ (Ecu.vsa, 0x18DA28F1, None): [
b'57114-T20-AB40\x00\x00', b'57114-T20-AB40\x00\x00',
@ -1426,12 +1428,14 @@ FW_VERSIONS = {
b'28101-65D-A020\x00\x00', b'28101-65D-A020\x00\x00',
b'28101-65D-A120\x00\x00', b'28101-65D-A120\x00\x00',
b'28101-65H-A020\x00\x00', b'28101-65H-A020\x00\x00',
b'28101-65H-A120\x00\x00',
], ],
(Ecu.programmedFuelInjection, 0x18da10f1, None): [ (Ecu.programmedFuelInjection, 0x18da10f1, None): [
b'37805-64L-A540\x00\x00', b'37805-64L-A540\x00\x00',
b'37805-64S-A540\x00\x00', b'37805-64S-A540\x00\x00',
b'37805-64S-A720\x00\x00', b'37805-64S-A720\x00\x00',
b'37805-64A-A540\x00\x00', b'37805-64A-A540\x00\x00',
b'37805-64A-A620\x00\x00',
], ],
}, },
} }

Loading…
Cancel
Save