toblum / McLighting

The ESP8266 based multi-client lighting gadget
MIT License
1.05k stars 291 forks source link

'class WS2812FX' has no member named 'setOptions' #468

Open LordDuplo opened 4 years ago

LordDuplo commented 4 years ago

Hi,

when i try to compile the code in arduino ide i get the following error: 'class WS2812FX' has no member named 'setOptions' The failure is in line 294: strip->setOptions(0, GAMMA); // We only have one WS2812FX segment, set color to human readable GAMMA correction

Can anybody help me?

toblum commented 4 years ago

Hi @LordDuplo please check if you're using the correct version of WS2812FX. Greetings