Hallo I am trying a wemo D1 (esp8266) board with fast led but there

I had the same issue with arduino 1.6.7 and the esp8266 support installed from the boards manager. I just edited fastled.h to remove 3 like __cxa_guard functions. It compiles fine now. But i have to re-organize all my previous code. 1.6.7 branch needs the main loop to be placed at the end and the function to be declared in the right sequence… I don’t know if it’s a bug or a more strict coding policy.

The __cxa_guard issue has been fixed on master.

Hi, so I tried a serial read-write feedback and the esp8266 adds a decimal
10 == Line Feed at the end of the bytes, I haven t got my hardware here but
I ll try to see if that is the problem, thanks