mtongnz / ESP8266_ArtNetNode_v2

ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels
GNU General Public License v3.0
611 stars 158 forks source link

Lines of code to change to D6? #93

Open Clanggedin opened 6 years ago

Clanggedin commented 6 years ago

I have a D1 Mini that I have loaded the sketch to. I can see that the app is connected to my wifi and I can ping the IP. I guess I have the pins set incorrectly as I have a helmet where my LEDS are connected to D6. I changed the references to the pins pointing to pin 2 or D4 to D6 or pin 12, but I am still getting nothing and I have the output running in Jinx.

Which lines of code need to be changed to use pin 12 (D6) instead of 2 (D4)? I changed all the ones I could see, but I just get the blue LED on the board constantly lit and not my matrix.

I have not used the Wemos bin file, just the sketch. Do I need to change the code in the bin and then upload it through the app to SPIFFS to run correctly?