send taenzer to start position when init pressed

This commit is contained in:
2022-04-06 00:10:27 +02:00
parent 690f4b308a
commit 93f0ef3759

View File

@@ -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;
}
}
}