Show puck on first selection

This commit is contained in:
Reed Nightingale 2020-02-09 21:45:51 -08:00
parent 9541c009be
commit 5c04e23504
1 changed files with 1 additions and 0 deletions

View File

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