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
- Don't use delay to wait for a packet; instead use a tight loop and yield()
- Mark the millis' at the start and end of the loop; use that to calculate the
relative update time
- Reject packets of the incorrect size
0 commit comments