You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bricks/main: handle pending events before user program
Changes in how the HMI works requires that we handle events before
starting the user program, otherwise the user program start event
handlers will not run until after the user program has started which
leads to race conditions with control of the hub lights.
Fixes: pybricks/pybricks-micropython#13
0 commit comments