pandad: fix premature USB panda recovery (#35287)

Update pandad.py
pull/35318/head
Shane Smiskol 4 months ago committed by GitHub
parent 786b46c0b4
commit 163332f368
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/pandad/pandad.py

@ -87,7 +87,7 @@ def main() -> None:
# TODO: remove this in the next AGNOS
# wait until USB is up before counting
if time.monotonic() < 25.:
if time.monotonic() < 35.:
no_internal_panda_count = 0
# Handle missing internal panda

Loading…
Cancel
Save