Skip to content

Commit

Permalink
Revert "Added time delay between closing and opening serial port."
Browse files Browse the repository at this point in the history
This reverts commit 48811ff.
  • Loading branch information
gdecker1 committed May 15, 2023
1 parent 7a22e78 commit 306c373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion motorboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def connect(self):
timeout=self.timeout,
write_timeout=self.write_timeout)
self.driver.close()
time.sleep(1)
self.driver.open()

logger.info('[XYZ Class ] MotorBoard.connect() succeeded')
Expand Down

0 comments on commit 306c373

Please sign in to comment.