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
Attempting to control a long (475 LED) strip on PatternPaint under macOS causes the connection to become unreliable, with tons of 'sendChunk: Busy, trying again shortly' messages.
Notes:
-Using MacBook Air 2012 model
-This doesn't seem to affect Windows 10
-In libblinky/blinkytape.cpp, changing 'WRITE_BUSY_DELAY' and 'WRITE_CHUNK_DELAY' to 10 appears to solve the problem
The text was updated successfully, but these errors were encountered:
Attempting to control a long (475 LED) strip on PatternPaint under macOS causes the connection to become unreliable, with tons of 'sendChunk: Busy, trying again shortly' messages.
To repeat:
Notes:
-Using MacBook Air 2012 model
-This doesn't seem to affect Windows 10
-In libblinky/blinkytape.cpp, changing 'WRITE_BUSY_DELAY' and 'WRITE_CHUNK_DELAY' to 10 appears to solve the problem
The text was updated successfully, but these errors were encountered: