Skip to content
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

Edit colorCycle() #2

Open
wants to merge 1 commit into
base: esp8266
Choose a base branch
from
Open

Conversation

sfranzyshen
Copy link

This line is causing things to crash ... colors[i] ... is the i variable out of boundry... like colors[-1]? ... added +1 to it and no crash ...

q(i+1,colors[i]); to q(i+1,colors[i+1]);

This line is causing things to crash ... colors[i] ... is the i variable out of boundry... like colors[-1]? ... added +1 to it and no crash ...

q(i+1,colors[i]);   to  q(i+1,colors[i+1]);
@sfranzyshen
Copy link
Author

A test against real leds was NOT completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant