Skip to content

Commit

Permalink
Honda Civic 2022: add missing FW versions (commaai#25206)
Browse files Browse the repository at this point in the history
Add missing 2022 Civic FW versions
  • Loading branch information
sshane authored Jul 19, 2022
1 parent ee081f2 commit 54e168f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions selfdrive/car/honda/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,7 @@ class HondaCarInfo(CarInfo):
b'38897-T20-A510\x00\x00',
b'38897-T21-A010\x00\x00',
b'38897-T20-A210\x00\x00',
b'38897-T20-A310\x00\x00',
],
(Ecu.srs, 0x18DA53F1, None): [
b'77959-T20-A970\x00\x00',
Expand All @@ -1417,6 +1418,7 @@ class HondaCarInfo(CarInfo):
b'78108-T21-A620\x00\x00',
b'78108-T23-A110\x00\x00',
b'78108-T21-A230\x00\x00',
b'78108-T22-A020\x00\x00',
],
(Ecu.vsa, 0x18DA28F1, None): [
b'57114-T20-AB40\x00\x00',
Expand All @@ -1426,12 +1428,14 @@ class HondaCarInfo(CarInfo):
b'28101-65D-A020\x00\x00',
b'28101-65D-A120\x00\x00',
b'28101-65H-A020\x00\x00',
b'28101-65H-A120\x00\x00',
],
(Ecu.programmedFuelInjection, 0x18da10f1, None): [
b'37805-64L-A540\x00\x00',
b'37805-64S-A540\x00\x00',
b'37805-64S-A720\x00\x00',
b'37805-64A-A540\x00\x00',
b'37805-64A-A620\x00\x00',
],
},
}
Expand Down

0 comments on commit 54e168f

Please sign in to comment.