-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Lib] NeoPixelBus_Wrapper: Allow fall-back to Adafruit_NeoPixel lib for ESP8266 #4922
[Lib] NeoPixelBus_Wrapper: Allow fall-back to Adafruit_NeoPixel lib for ESP8266 #4922
Conversation
I have only gpio2 wired 8266. I can only test if it still works. |
That's also valuable 👍 |
First try - onboard LED at GPIO2 is gone, but NeoPixel at GPIO14 is dark. Using P038 |
Ah, found my mistake (not very experienced C++ programmer here...), will push a fix shortly. |
It works! |
No issues with a gpio-2 wired 8266 with https://github.com/letscontrolit/ESPEasy/actions/runs/7342236014 |
Just compiled a new custom build, everything is Ok so far |
Resolves #4921
Bugfix
Features:
TODO: