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
Currently, a small timeout (time.sleep(0.01)) between uJSON commands are needed to prevent that the receive buffers overflow and the message gets lost.
To speed up capture rate, we should get rid of this problem.
The text was updated successfully, but these errors were encountered:
Currently, a small timeout (
time.sleep(0.01)
) between uJSON commands are needed to prevent that the receive buffers overflow and the message gets lost.To speed up capture rate, we should get rid of this problem.
The text was updated successfully, but these errors were encountered: