pandad: reconnect after reset (#32223)

old-commit-hash: 713b7e90c269a0262e19ad14f848e83ed59444cf
This commit is contained in:
Adeeb Shihadeh
2024-04-16 15:54:58 -07:00
committed by GitHub
parent 8032379b07
commit 4a7ef34c28

View File

@@ -139,7 +139,7 @@ def main() -> NoReturn:
if first_run:
# reset panda to ensure we're in a good state
cloudlog.info(f"Resetting panda {panda.get_usb_serial()}")
panda.reset(reconnect=False)
panda.reset(reconnect=True)
for p in pandas:
p.close()