mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-19 11:52:12 +08:00
Subaru: Add missing 2020 Ascent f/w (#25725)
* add missing ascent fw version Ascent had recall service for transmission ecu. New values added. * Update selfdrive/car/subaru/values.py Co-authored-by: Shane Smiskol <shane@smiskol.com>
This commit is contained in:
@@ -104,6 +104,7 @@ FW_VERSIONS = {
|
||||
b'\000\000e~\037@ \'',
|
||||
b'\x00\x00e@\x1f@ $',
|
||||
b'\x00\x00d\xb9\x00\x00\x00\x00',
|
||||
b'\x00\x00e@\x00\x00\x00\x00',
|
||||
],
|
||||
(Ecu.engine, 0x7e0, None): [
|
||||
b'\xbb,\xa0t\a',
|
||||
@@ -111,11 +112,13 @@ FW_VERSIONS = {
|
||||
b'\xf1\x82\xbb,\xa0t\a',
|
||||
b'\xf1\x82\xd9,\xa0@\a',
|
||||
b'\xf1\x82\xd1,\xa0q\x07',
|
||||
b'\xd1,\xa0q\x07',
|
||||
],
|
||||
(Ecu.transmission, 0x7e1, None): [
|
||||
b'\x00\xfe\xf7\x00\x00',
|
||||
b'\001\xfe\xf9\000\000',
|
||||
b'\x01\xfe\xf7\x00\x00',
|
||||
b'\x01\xfe\xfa\x00\x00',
|
||||
],
|
||||
},
|
||||
CAR.LEGACY: {
|
||||
|
||||
Reference in New Issue
Block a user