fablab-luenen / McLighting

The ESP8266 based multi-client lighting gadget
MIT License
218 stars 30 forks source link

LED pin always at GPIO3 #31

Closed ACKET2009 closed 5 years ago

ACKET2009 commented 5 years ago

Hello! If GPIO3 used for the LED strip connection - all comes ok If GPIO changed, I use the GPIO2 (D4) on the Wemos D1 mini board, while I open the web interface, settings, the pin is 3 and can not be changed - always returns to 3... PS This is happened with the //#define USE_WS2812FX_DMA 0 disabled The settings: // Neopixel

define LED_PIN 2

define NUMLEDS 30

define RGBORDER "GRB"