Fix infinite loop
This commit is contained in:
parent
50c974663d
commit
34d42fe7e8
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ try:
|
||||||
if ports != ['']
|
if ports != ['']
|
||||||
ports.sort()
|
ports.sort()
|
||||||
port = ports[len(x) - 1]
|
port = ports[len(x) - 1]
|
||||||
|
arduino_connected = True
|
||||||
|
|
||||||
link = txfer.SerialTransfer(port, 115200, timeout=.1)
|
link = txfer.SerialTransfer(port, 115200, timeout=.1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue