diff --git a/Software/python/hwtest.py b/Software/python/hwtest.py index 5505655..c8a2a91 100644 --- a/Software/python/hwtest.py +++ b/Software/python/hwtest.py @@ -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")