From c90b843a87850c89573e67750e58ac296383de9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren?= Date: Thu, 24 Oct 2019 11:16:55 +0200 Subject: [PATCH] Added information for other controllers See also https://github.com/NimmLor/esp8266-nanoleaf-webserver/issues/2 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 68119ac..911769f 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ Next enter the pin where the *Data* line is connected to, in my case it's pin D4 `#define DATA_PIN D4` +If you are using another controller such as a clone or a NodeMCU board, you may need to configure the pin assignment for FastLED (See also [this entry in the FastLED Wiki](https://github.com/FastLED/FastLED/wiki/ESP8266-notes)). Example: + +`#define FASTLED_ESP8266_RAW_PIN_ORDER` + Another **important** step is to create the **Secrets.h** file. Create a new tab (**ctrl**+**shift**+**n**) and name it *Secrets.h*, this file contains your WIFI credentials and it's structure must look like this: ``````c++