[bot] Fingerprints: add missing FW versions from new users (#31245)

pull/31250/head
Shane Smiskol 1 year ago committed by GitHub
parent 883f9458eb
commit 5195f0a624
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      selfdrive/car/chrysler/fingerprints.py
  2. 2
      selfdrive/car/mazda/fingerprints.py

@ -395,6 +395,7 @@ FW_VERSIONS = {
b'68527383AD',
b'68527387AE',
b'68527403AC',
b'68631938AA',
b'68631942AA',
],
(Ecu.srs, 0x744, None): [
@ -459,6 +460,7 @@ FW_VERSIONS = {
b'68552791AB',
b'68552794AA',
b'68585106AB',
b'68585107AB',
b'68585108AB',
b'68585109AB',
b'68585112AB',
@ -508,6 +510,7 @@ FW_VERSIONS = {
b'68539651AD',
b'68586101AA ',
b'68586105AB ',
b'68629922AC ',
b'68629926AC ',
],
(Ecu.transmission, 0x7e1, None): [

@ -235,7 +235,6 @@ FW_VERSIONS = {
b'PXM4-188K2-C\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
b'PXM4-188K2-D\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
b'PXM6-188K2-E\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
b'PXM7-188K2-E\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
],
(Ecu.fwdRadar, 0x764, None): [
b'K131-67XK2-E\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
@ -254,7 +253,6 @@ FW_VERSIONS = {
(Ecu.transmission, 0x7e1, None): [
b'PXM4-21PS1-B\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
b'PXM6-21PS1-B\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
b'PXM7-21PS1-B\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',
],
},
}

Loading…
Cancel
Save