toblum / McLighting

The ESP8266 based multi-client lighting gadget
MIT License
1.05k stars 291 forks source link

NUMLEDS Error #493

Open ChrisYOLO opened 3 years ago

ChrisYOLO commented 3 years ago

I have 49 led strip (1 meter 30leds + 19 from a spare one).I set #define NUMLEDS 49 // Number of leds in the strip but the rgb strip lights up only 39 leds.

toblum commented 3 years ago

Hi @ChrisYOLO,

you can configure NUMLEDs via API. Have a look here: https://github.com/toblum/McLighting/wiki/Software-installation#configure-pin--rgb-mode--numleds-only-for-v221-or-later

Greetings