Skip to content

Commit

Permalink
Remove engine/transmission fingerprints
Browse files Browse the repository at this point in the history
  • Loading branch information
bravochar committed Sep 22, 2024
1 parent beac945 commit ea17eb0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions opendbc/car/subaru/fingerprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@
b'\x05!\x08\x1dK\x05!\x08\x01/',
b'\x05!\x08\x1dK\x00\x00\x00\x00\x00',
],
(Ecu.engine, 0x7a2, None): [
b'\xe5,\xa0P\x07',
b'\xe5,\xa0p\x07',
],
(Ecu.transmission, 0x7a3, None): [
b'\x04\xfe\xf3\x00\x00',
b'\x04\xfe\xf6\x00\x00',
],
# XXX: No longer showing up?!
#(Ecu.engine, 0x7a2, None): [
# b'\xe5,\xa0P\x07',
# b'\xe5,\xa0p\x07',
#],
#(Ecu.transmission, 0x7a3, None): [
# b'\x04\xfe\xf3\x00\x00',
# b'\x04\xfe\xf6\x00\x00',
#],
},
CAR.SUBARU_LEGACY: {
(Ecu.abs, 0x7b0, None): [
Expand Down

0 comments on commit ea17eb0

Please sign in to comment.