Skip to content

Commit b51a90b

Browse files
authored
Mazda: add missing FW version for CX-5 2022 (#24925)
1 parent c21ee5b commit b51a90b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

selfdrive/car/mazda/values.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class Buttons:
6565
],
6666
(Ecu.engine, 0x7e0, None): [
6767
b'PX2G-188K2-H\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
68+
b'SH54-188K2-D\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
6869
],
6970
(Ecu.fwdRadar, 0x764, None): [
7071
b'K131-67XK2-F\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
@@ -77,6 +78,7 @@ class Buttons:
7778
],
7879
(Ecu.transmission, 0x7e1, None): [
7980
b'PYB2-21PS1-H\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
81+
b'SH51-21PS1-C\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
8082
],
8183
},
8284
CAR.CX5: {

0 commit comments

Comments
 (0)