mirror of https://github.com/commaai/openpilot.git
Add fingerprints.py for Skoda Octavia MK3 2017 (#30846)
* Update fingerprints.py for Skoda Octavia MK2 2017 -Fingerprint values added * Update fingerprints.py Passat Alltrack 4x4 * another PR * format --------- Co-authored-by: Shane Smiskol <shane@smiskol.com>
This commit is contained in:
parent
51e3daf244
commit
272019f73d
|
@ -1043,6 +1043,7 @@ FW_VERSIONS = {
|
|||
],
|
||||
(Ecu.srs, 0x715, None): [
|
||||
b'\xf1\x873Q0959655AC\xf1\x890200\xf1\x82\r11120011100010022212110200',
|
||||
b'\xf1\x873Q0959655AK\xf1\x890306\xf1\x82\r31210031210021033733310331',
|
||||
b'\xf1\x873Q0959655AP\xf1\x890305\xf1\x82\r11110011110011213331312131',
|
||||
b'\xf1\x873Q0959655AQ\xf1\x890200\xf1\x82\r11120011100010312212113100',
|
||||
b'\xf1\x873Q0959655AS\xf1\x890200\xf1\x82\r11120011100010022212110200',
|
||||
|
@ -1062,6 +1063,7 @@ FW_VERSIONS = {
|
|||
(Ecu.fwdRadar, 0x757, None): [
|
||||
b'\xf1\x875Q0907572D \xf1\x890304\xf1\x82\x0101',
|
||||
b'\xf1\x875Q0907572F \xf1\x890400\xf1\x82\x0101',
|
||||
b'\xf1\x875Q0907572H \xf1\x890620',
|
||||
b'\xf1\x875Q0907572J \xf1\x890654',
|
||||
b'\xf1\x875Q0907572K \xf1\x890402\xf1\x82\x0101',
|
||||
b'\xf1\x875Q0907572P \xf1\x890682',
|
||||
|
|
Loading…
Reference in New Issue