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

Export fingerprints
pull/32000/head
Shane Smiskol 1 year ago committed by GitHub
parent 484f50725e
commit 0a8fa9921c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/car/honda/fingerprints.py

@ -576,6 +576,7 @@ FW_VERSIONS = {
b'37805-5PA-AB10\x00\x00',
b'37805-5PA-AD10\x00\x00',
b'37805-5PA-AF20\x00\x00',
b'37805-5PA-AF30\x00\x00',
b'37805-5PA-AH20\x00\x00',
b'37805-5PA-BF10\x00\x00',
b'37805-5PA-C680\x00\x00',
@ -1030,6 +1031,7 @@ FW_VERSIONS = {
b'78109-TG7-AS20\x00\x00',
b'78109-TG7-AT20\x00\x00',
b'78109-TG7-AU20\x00\x00',
b'78109-TG7-AW20\x00\x00',
b'78109-TG7-AX20\x00\x00',
b'78109-TG7-D020\x00\x00',
b'78109-TG7-DJ10\x00\x00',

Loading…
Cancel
Save