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
Pollserial is returning invalid data every 65th byte. It seems like the logic is not wrapping the tail around correctly when the end of the buffer is reached:
Pollserial is returning invalid data every 65th byte. It seems like the logic is not wrapping the tail around correctly when the end of the buffer is reached:
arduino-tvout/pollserial/pollserial.cpp
Lines 119 to 122 in 74e6853
This should likely increment the tail and then wrap if needed, something like:
The text was updated successfully, but these errors were encountered: