diff --git a/spule.c b/spule.c index 48ac745..233b954 100644 --- a/spule.c +++ b/spule.c @@ -75,6 +75,8 @@ void do_spule(){ if (read_Input(BTN_INIT, RISING)) { spule_trans_homed = 0; + taenzer_state.homed = 0; + taenzer_state.active = 0; } } }