reset panda on startup (#20065)

Co-authored-by: Comma Device <device@comma.ai>
albatross
Adeeb Shihadeh 2021-02-11 15:33:22 -08:00 committed by GitHub
parent b85a0f19f4
commit 6264b5bb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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