-
Notifications
You must be signed in to change notification settings - Fork 346
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
Latest Update reset/restart issue #227
Comments
Your sketch works fine on my NodeMCU. Looks like you're a victim of this XMC flash bug: Some additional info here: There is a PR to fix this: |
Thank you for the quick response and reference links, but I am a bit confused about the fix. How do I install the Pull Request(PR)? Do I just uninstall then reinstall esp8266 board, using the board manager? I am sorry to be a bother, but this is still a bit new to me. |
Unless you have a burning need for the 2.7.1 release, I would drop back to the 2.6.3 release. I would guess that the PR would go out in the 2.7.2 release, but not sure when that will be. |
Thanks again for your quick help and a great library! |
I am running into an issue with the latest update of the WS2812FX Library(1.2.4), along with the latest Arduino ESP8266 board library(2.7.1) update. I have included
esp8266_webinterface_testota-200524a.zip
a copy of Web Interface example with Arduino OTA added. When the sketch is uploaded via Arduino OTA, my NodeMCU ESP8266 continuously keeps resetting with:
until I press the reset button on the NodeMCU, then it restarts normally. I also added a restart function to the web interface for testing, which appears to do the same thing as uploading over OTA. After doing a lot of testing, trying to narrow down the cause, it appears that the latest changes in the mode_running_lights, may have something to do with it, as changing the code to the old version of the effect resolves the issue.
Thanks in advance!
The text was updated successfully, but these errors were encountered: