Darren Hedlund Did you delete your post with the ESP8266 info?

@Darren_Hedlund Did you delete your post with the ESP8266 info? I can’t find it. Could you add the info to this post? I got my board today and want to play this weekend :slight_smile: Thanks if you care to share.

Using Jason Coon’s link

Download the extra libraries, and then upload his data folder.
Next, add in 8266 raw pin order and interrupts just before you include the fastLED

#define FASTLED_ESP8266_RAW_PIN_ORDER
#define FASTLED_ALLOW_INTERRUPTS 0
#include "FastLED.h"

Comment out the enable IR

// irReceiver.enableIRIn();

To add more effects (patterns)
add the addition function into the main ino and add the name to the PatternAndNameList patterns = { section