Fingerprints: add missing FW versions from users (#30906)

Export fingerprints from Fingerprint stage
pull/30908/head
Shane Smiskol 1 year ago committed by GitHub
parent 43b0b0f022
commit 63f0d775bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/toyota/fingerprints.py

@ -145,6 +145,7 @@ FW_VERSIONS = {
b'8821F0601200 ',
b'8821F0601300 ',
b'8821F0601400 ',
b'8821F0601500 ',
b'8821F0602000 ',
b'8821F0603300 ',
b'8821F0603400 ',
@ -189,6 +190,7 @@ FW_VERSIONS = {
b'8821F0601200 ',
b'8821F0601300 ',
b'8821F0601400 ',
b'8821F0601500 ',
b'8821F0602000 ',
b'8821F0603300 ',
b'8821F0603400 ',

Loading…
Cancel
Save