reset panda on startup (#20065)

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 6264b5bb3b
commatwo_master
Adeeb Shihadeh 4 years ago committed by GitHub
parent 7d17f54040
commit 198115bd9d
  1. 2
      selfdrive/pandad.py

@ -108,6 +108,8 @@ def update_panda():
cloudlog.info("Version mismatch after flashing, exiting") cloudlog.info("Version mismatch after flashing, exiting")
raise AssertionError raise AssertionError
cloudlog.info("Resetting panda")
panda.reset()
def main(): def main():
set_panda_power() set_panda_power()

Loading…
Cancel
Save