From 34d42fe7e8090fee5fe68ffa260c27e95683aca8 Mon Sep 17 00:00:00 2001 From: askiiart <90910526+askiiart@users.noreply.github.com> Date: Tue, 25 Oct 2022 09:10:14 -0500 Subject: [PATCH] Fix infinite loop --- Python/tx_speed.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/tx_speed.py b/Python/tx_speed.py index 0ea5bb8..93085f1 100644 --- a/Python/tx_speed.py +++ b/Python/tx_speed.py @@ -19,6 +19,7 @@ try: if ports != [''] ports.sort() port = ports[len(x) - 1] + arduino_connected = True link = txfer.SerialTransfer(port, 115200, timeout=.1)