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

Export fingerprints from Fingerprint stage
old-commit-hash: 63f0d775bc
pull/32199/head
Shane Smiskol 2 years ago committed by GitHub
parent 9330fc6a60
commit ccb0b14642
  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