-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling dmx_receive with wait_ticks=0 does never return data #87
Comments
See usage: MoonModules/WLED#64 |
Your understanding is correct! I will investigate further (after I resolve #86 :P). |
Now that #86 appears to be resolved, I've tested the Are you still seeing any issues with this? I am using the latest commit on |
I am no longer seeing the issue on the latest commit on |
From my understanding, if I call dmx_receive with
wait_ticks=0
I should receive data when data has been received since the last time I called it. But that never happens. It always returns 0.Is this a bug or is my understanding of the code incorrect? :)
The text was updated successfully, but these errors were encountered: