Hello, New here and a bit of a noob at FastLED and Arduino for

Hello,
New here and a bit of a noob at FastLED and Arduino for the most part. I am trying follow a really awesome tutorial posted by a BRUHautomation featuring the FastLED lib (i will link below). I have installed the proper libraries and board manager to my Arduino IDE but when I attempt to compile the code I am given the error “‘WS2811’ was not declared in this scope” for line 28 : “#define LED_TYPE WS2811” I have tried tweaking the code but I really don’t know enough to have any successful results. I really want to get this automation set up but this error is standing in the way. Any help would me very appreciated! Thanks!

the code in question:

And just to clarify i am using the NodeMCU board.

I’ve just downloaded the code from GIT and it compiles fine on my system (IDE 1.6.13 with windows 8.1 and FastLED version 3.001.005)

Updated to the latest IDE, had some library conflicts and after cleaning those up i got it working. Thanks Jeremy.