diff --git a/Software/python/hwtest.py b/Software/python/hwtest.py index 959c14c..a0e67c5 100644 --- a/Software/python/hwtest.py +++ b/Software/python/hwtest.py @@ -168,5 +168,6 @@ def control_thread(): # Start controller # TODO: add start/stop/reset capability to GUI -control_thread = threading.Thread(target=control_thread) -control_thread.start() +# control_thread = threading.Thread(target=control_thread) +# control_thread.start() +control_thread() \ No newline at end of file