pull/31142/head
Shane Smiskol 2 years ago
parent 88dcaa51c4
commit e86f039091
  1. 9
      selfdrive/car/chrysler/fingerprints.py

@ -314,3 +314,12 @@ FW_VERSIONS = {
],
},
}
for car in FINGERPRINTS:
if car not in FW_VERSIONS:
print('Add to FW_VERSIONS:', car)
for car in FW_VERSIONS:
if car not in FINGERPRINTS:
print('Good, not in FINGERPRINTS')

Loading…
Cancel
Save