mirror of https://github.com/commaai/openpilot.git
[bot] Fingerprints: add missing FW versions from new users (#32689)
Export fingerprints
This commit is contained in:
parent
2b1ac1ffa1
commit
c514ee7212
|
@ -410,6 +410,7 @@ FW_VERSIONS = {
|
|||
b'68453483AD',
|
||||
b'68453487AD',
|
||||
b'68453491AC',
|
||||
b'68453491AD',
|
||||
b'68453499AD',
|
||||
b'68453503AC',
|
||||
b'68453503AD',
|
||||
|
|
|
@ -319,8 +319,8 @@ FW_VERSIONS = {
|
|||
],
|
||||
(Ecu.transmission, 0x7e1, None): [
|
||||
b'\x1a\xf6F`\x00',
|
||||
b'\xda\xf2`\x80\x00',
|
||||
b'\xda\xf2`p\x00',
|
||||
b'\xda\xf2`\x80\x00',
|
||||
b'\xda\xfd\xe0\x80\x00',
|
||||
b'\xdc\xf2@`\x00',
|
||||
b'\xdc\xf2``\x00',
|
||||
|
|
|
@ -591,6 +591,7 @@ FW_VERSIONS = {
|
|||
b'\xf1\x8783A907115Q \xf1\x890001',
|
||||
],
|
||||
(Ecu.transmission, 0x7e1, None): [
|
||||
b'\xf1\x8709G927158DS\xf1\x893699',
|
||||
b'\xf1\x8709G927158DT\xf1\x893698',
|
||||
b'\xf1\x8709G927158FM\xf1\x893757',
|
||||
b'\xf1\x8709G927158GC\xf1\x893821',
|
||||
|
|
Loading…
Reference in New Issue