Add waiting message
This commit is contained in:
parent
b7309c946a
commit
0a9de1d69c
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ try:
|
|||
ports.sort()
|
||||
port = ports[len(ports) - 1]
|
||||
break
|
||||
print('Waiting for Arduino...')
|
||||
time.sleep(3)
|
||||
|
||||
link = txfer.SerialTransfer(port, 115200, timeout=.1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue