mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2025-07-14 15:11:06 -06:00
try removing multi-threading
This commit is contained in:
@ -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()
|
Reference in New Issue
Block a user