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
If there are multiple messages in PulseIn, on the first pass through the loop the first message is decoded correctly, but the _unparsed_pulses buffer is not cleared, resulting in decode failures for any more messages in PulseIn
This issue rarely comes up, since usually one read()s so often that PulseIn doesn't contain pulses for more than one message, but e.g. in REPL it behaves completely incorrectly.
The text was updated successfully, but these errors were encountered:
If there are multiple messages in
PulseIn
, on the first pass through the loop the first message is decoded correctly, but the_unparsed_pulses
buffer is not cleared, resulting in decode failures for any more messages inPulseIn
This issue rarely comes up, since usually one
read()
s so often thatPulseIn
doesn't contain pulses for more than one message, but e.g. in REPL it behaves completely incorrectly.The text was updated successfully, but these errors were encountered: