mirror of https://github.com/commaai/openpilot.git
[bot] Fingerprints: add missing FW versions from new users (#32533)
Export fingerprints
old-commit-hash: 95aa7c4b68
This commit is contained in:
parent
efc7075f26
commit
d56052fcad
|
@ -153,6 +153,7 @@ FW_VERSIONS = {
|
|||
b'68496647AJ ',
|
||||
b'68496650AH ',
|
||||
b'68496650AI ',
|
||||
b'68496652AH ',
|
||||
b'68526752AD ',
|
||||
b'68526752AE ',
|
||||
b'68526754AE ',
|
||||
|
@ -168,6 +169,7 @@ FW_VERSIONS = {
|
|||
b'68443155AC',
|
||||
b'68443158AB',
|
||||
b'68501050AD',
|
||||
b'68501051AD',
|
||||
b'68501055AD',
|
||||
b'68527221AB',
|
||||
b'68527223AB',
|
||||
|
|
|
@ -794,6 +794,7 @@ FW_VERSIONS = {
|
|||
b'37805-RLV-L350\x00\x00',
|
||||
b'37805-RLV-L410\x00\x00',
|
||||
b'37805-RLV-L430\x00\x00',
|
||||
b'37805-RLV-L830\x00\x00',
|
||||
b'37805-RLV-L850\x00\x00',
|
||||
],
|
||||
(Ecu.gateway, 0x18daeff1, None): [
|
||||
|
|
Loading…
Reference in New Issue