Revert "revert to 1 second"

This reverts commit 6ab3f75cb73fdfe254431c479b6d337030b0d538.
pull/24964/head
Shane Smiskol 3 years ago
parent e4c0a462b1
commit d72b86c640
  1. 2
      selfdrive/car/car_helpers.py

@ -115,7 +115,7 @@ def fingerprint(logcan, sendcan):
finger = gen_empty_fingerprint()
candidate_cars = {i: all_legacy_fingerprint_cars() for i in [0, 1]} # attempt fingerprint on both bus 0 and 1
frame = 0
frame_fingerprint = 100 # 1s
frame_fingerprint = 25 # 0.25s
car_fingerprint = None
done = False

Loading…
Cancel
Save