reset panda on startup (#20065)

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