pandad: reconnect after reset (#32223)
old-commit-hash: 713b7e90c269a0262e19ad14f848e83ed59444cf
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user