pull/31142/head
Shane Smiskol 2 years ago
parent 820d099298
commit c7b8916e31
  1. 4
      selfdrive/car/chrysler/fingerprints.py

@ -324,8 +324,8 @@ FW_VERSIONS = {
for car in FINGERPRINTS: for car in FINGERPRINTS:
if car not in FW_VERSIONS: if car not in FW_VERSIONS:
print('Add to FW_VERSIONS:', car.name) print('Add to FW_VERSIONS:', car.name, ' - ', car.value)
for car in FW_VERSIONS: for car in FW_VERSIONS:
if car not in FINGERPRINTS: if car not in FINGERPRINTS:
print('Good, not in FINGERPRINTS', car.name) print('Good, not in FINGERPRINTS', car.name, ' - ', car.value)

Loading…
Cancel
Save