mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2025-01-27 19:26:28 -05:00
Show puck on first selection
This commit is contained in:
parent
9541c009be
commit
5c04e23504
@ -95,6 +95,7 @@ void initSelector(int16_t *const raw_select_val_in_out,
|
||||
if(0 < num_buttons){
|
||||
Button button;
|
||||
memcpy_P(&button,&buttons[0],sizeof(button));
|
||||
movePuck(nullptr,&button);
|
||||
playButtonMorse(&button,play_type);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user