Skip to content
Snippets Groups Projects
Unverified Commit c90b843a authored by Sören's avatar Sören Committed by GitHub
Browse files

Added information for other controllers

parent 81fe990a
No related branches found
No related tags found
No related merge requests found
......@@ -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++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment