We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see an issue in JLedSequence.Stop() It stops, but after calling .Update() few times, sequence start again.
JLedSequence.Stop()
.Update()
I think a is_running_ = false; is missing in function .Stop() I suggest to add this line.
is_running_ = false;
.Stop()
The text was updated successfully, but these errors were encountered:
Indeed that was missing. Thanks for the report. Fixed with 4.12.2
4.12.2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I see an issue in
JLedSequence.Stop()
It stops, but after calling
.Update()
few times, sequence start again.I think a
is_running_ = false;
is missing in function.Stop()
I suggest to add this line.
The text was updated successfully, but these errors were encountered: