Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Pride Waves pattern triggers Hardware Watchdog in Wemos D1 Mini #9

Open
visualdeath opened this issue Mar 29, 2020 · 0 comments
Open

Comments

@visualdeath
Copy link

Line 1387: for (uint16_t i = 0; i < LEDS_PER_LINE; i++) {
Line 1401: pixelnumber = (LEDS_PER_LINE - 1) - pixelnumber;

need to be changed to

Line 1387: for (uint16_t i = 0; i < LINE_COUNT; i++) {
Line 1401: pixelnumber = (LINE_COUNT - 1) - pixelnumber;

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

No branches or pull requests

1 participant