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

NeoPixelBus library change causes compiler error #120

Open
Makuna opened this issue Jan 5, 2019 · 2 comments
Open

NeoPixelBus library change causes compiler error #120

Makuna opened this issue Jan 5, 2019 · 2 comments

Comments

@Makuna
Copy link
Contributor

Makuna commented Jan 5, 2019

The method NeoEsp8266Uart800KbpsMethod is used when constructing the NeoPixelBus is no longer a valid method due to redesigns in NeoPixelBus.

NeoEsp8266Uart1Ws2812xMethod is the best direct replacement.
The code here needs to be updated.

@Solmath
Copy link
Contributor

Solmath commented May 5, 2019

Just created a PR #121 addressing this issue. Because I noticed this issue to late, I used NeoEsp8266Uart1800KbpsMethod as suggested here: Aircoookie/WLED#95

Is this a problem?

@Makuna
Copy link
Contributor Author

Makuna commented May 5, 2019

that should work just as well, I kept the 800/400 methods for compatibility, but I want to remove them some time far in the future.

Solmath added a commit to Solmath/ESP8266HueEmulator that referenced this issue Dec 20, 2019
probonopd added a commit that referenced this issue Dec 23, 2019
* Fix errors and warnings connected to lwip2, so that project compiles for NodeMCU v1.0
* Adapt code to change in Neopixelbus
* Add ESPAsyncUDP dependency to travis.
* Add aJson patch and commit hashes to buildscript
* Change paths in buildscript
* Fix build failure with another path using environment variable.
* Unbreak ArduinoJson
* Change WebServer dependencies and NeoPixel method as suggested by Makuna in issue #120

Co-authored-by: probonopd <[email protected]>
capce added a commit to capce/AALeC that referenced this issue Mar 22, 2021
capce added a commit to capce/AALeC that referenced this issue Mar 22, 2021
Von NeoPixelBus wird NeoEsp8266Uart800KbpsMethod nicht länger unterstützt, deshalb durch NeoEsp8266Uart1Ws2812xMethod ersetzt.
probonopd/ESP8266HueEmulator#120
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

No branches or pull requests

2 participants