Skip to content

Shot Group Show Only Works Second Time #88

Answered by cobra18t
ttrickel asked this question in Q&A
Discussion options

You must be logged in to vote

What exactly do you want it to do?

You are resetting all the shots 2s after completing it with your reset_events:

shot_groups:
    reentry_shot:
        shots: reentryL_shot, reentryM_shot, reentryR_shot
        rotate_left_events: s_left_flipper_active
        rotate_right_events: s_right_flipper_active
        reset_events: 
           reentry_shot_lit_complete: 2s # mode_reentry_started

If your flash_color is not showing when you want, it may because the priority is too low. You are targeting the same LEDs with multiple simultaneous shows. If multiple shows have the same priority, the latest one wins. Maybe this gives you want you want?

flash_yellow:
        - duration: 2
          sh…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by toomanybrians
Comment options

You must be logged in to vote
1 reply
@cobra18t
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants