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

conflict with FastLED after updating to latest release #156

Closed
dakky opened this issue May 28, 2019 · 1 comment
Closed

conflict with FastLED after updating to latest release #156

dakky opened this issue May 28, 2019 · 1 comment

Comments

@dakky
Copy link

dakky commented May 28, 2019

After updating i get the following error when compiling:

Compiling .pioenvs/nodemcuv2/lib7ca/FastLED_ID126/noise.cpp.o
In file included from .piolibdeps/FastLED_ID126/led_sysdefs.h:43:0,
from .piolibdeps/FastLED_ID126/FastLED.h:41,
from .piolibdeps/FastLED_ID126/FastLED.cpp:2:
/home/robert/.platformio/packages/framework-arduinoespressif8266/cores/esp8266/Arduino.h:191:14: error: conflicting declaration 'typedef bool boolean'
typedef bool boolean;
^

The error is from FastLED but caused by updating espressif8266, that's why i'm opening the issue here.

@dakky
Copy link
Author

dakky commented May 28, 2019

it seems FastLED will fix this:

FastLED/FastLED#733

@dakky dakky closed this as completed May 28, 2019
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

1 participant