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 92a841c commit d8da11bCopy full SHA for d8da11b
pylabrobot/arms/precise_flex/precise_flex_api.py
@@ -101,7 +101,7 @@ async def exit(self) -> None:
101
Note:
102
Does not affect any robots that may be active.
103
"""
104
- await self.send_command("exit")
+ await self.io.write('exit'.encode('utf-8') + b'\n')
105
106
async def home(self) -> None:
107
"""Home the robot associated with this thread.
0 commit comments