We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ac155 commit 48ab0eeCopy full SHA for 48ab0ee
pybricksdev/connections.py
@@ -760,3 +760,4 @@ async def run(self, py_path, wait=True, print_output=True):
760
761
if wait:
762
await self.user_program_stopped.wait()
763
+ await asyncio.sleep(0.3)
0 commit comments