stop motors when controller stops

This commit is contained in:
Brendan Haines 2020-03-02 23:43:04 -07:00
parent dbd4da7a8f
commit 972c7e764b

View File

@ -194,6 +194,7 @@ def stop_controller(attrname=None, old=None, new=None):
control_thread = None
except:
pass
servos[ii].throttle = 0
# GUI elements
cal_white_button = Button(label="Cal White")