reset panda on startup (#20065)

Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
Adeeb Shihadeh
2021-02-11 15:33:22 -08:00
committed by GitHub
parent b85a0f19f4
commit 6264b5bb3b
+2
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()