Fix infinite loop

This commit is contained in:
askiiart 2022-10-25 09:10:14 -05:00 committed by GitHub
parent 50c974663d
commit 34d42fe7e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ try:
if ports != ['']
ports.sort()
port = ports[len(x) - 1]
arduino_connected = True
link = txfer.SerialTransfer(port, 115200, timeout=.1)