seems to work fine now

pypanda
Comma Device 4 weeks ago
parent 22167461c5
commit fbcb7990dc
  1. 4
      selfdrive/pandad/pandad.py

@ -141,9 +141,7 @@ def main() -> None:
if first_run:
# reset panda to ensure we're in a good state
cloudlog.info(f"Resetting panda {panda.get_usb_serial()}")
# TODO: this hangs now, but nothing should've changed here
#panda.reset(reconnect=True)
panda.reset(reconnect=True)
evt.clear()
first_run = False

Loading…
Cancel
Save