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
Fixes a synchronization bug. Return if there's no timeout OR if there's no sync byte received.
The previous version needed both to be true at the same time to return without sending a
frame, which meant that a frame was sent if there was a timeout even if no sync byte had been
received. That, in turn, caused random problems for the Processing sketch on the other end.
0 commit comments