mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 15:02:06 +08:00
Toyota: fix BSM detection (#24964)
* revert to 1 second
* Revert "revert to 1 second"
This reverts commit 6ab3f75cb73fdfe254431c479b6d337030b0d538.
* Revert "remove toyota can fingerprinting exceptions (#22803)"
This reverts commit d8f5e8b7a4.
fix static analysis
* Revert "Revert "remove toyota can fingerprinting exceptions (#22803)""
This reverts commit fc359fc9b2db146d77b6533be9e7434f08a665df.
* 1 second for all brands
* update refs
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
@@ -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 = 25 # 0.25s
|
||||
frame_fingerprint = 100 # 1s
|
||||
car_fingerprint = None
|
||||
done = False
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
a9adebff7ce27d6233d443217a30337b761898ee
|
||||
a98dfc72bb4c5624c2223ca65d52b151f419460c
|
||||
Reference in New Issue
Block a user