Added information for other controllers

See also https://github.com/NimmLor/esp8266-nanoleaf-webserver/issues/2
This commit is contained in:
Sören 2019-10-24 11:16:55 +02:00 committed by GitHub
parent 81fe990a0e
commit c90b843a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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++