fablab-luenen / McLighting

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

Strip GPIO Pin is not accepted #115

Closed scripthase closed 3 years ago

scripthase commented 3 years ago

Hello,

I installed McLighting here from GitHub on a Wemos D1 Mini.

In the definitions.h I set the Neopixel pin to GPIO 5 and then flashed the firmware on the Wemos.

However, the GPIO 3 is always displayed in the web interface, which is wrong.

The query with http://IP/config also shows the GPIO 3.

How do I get that switched to the GPIO 5?

I would be really grateful for help!

greeting Scripthase

scripthase commented 3 years ago

It's been dealt with.

define USE_WS2812FX_DMA 0 must be commented out for it to work!