Skip to content
Snippets Groups Projects
Commit 83bb1a7b authored by Kai Junge's avatar Kai Junge
Browse files

unnoteworthy changes.

parent 8e7b3e92
Branches
Tags
No related merge requests found
......@@ -143,7 +143,7 @@ class Arduino:
self._prev_payload = payload
for i in range(2):
self._serial_write(payload)
time.sleep(0.001)
time.sleep(0.1)
def receive_message(self, printOutput = False, verbose = False):
if not self.handshakeStatus:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment