From 6d36f06a8ae94a7cfd4e61a6bdc30f66bf9dbb8f Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 18 Dec 2016 12:03:24 -0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index a213edf..d1c601b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,7 +2,7 @@ + [On my Esp8266 (or other 3.3v based Arduino) they don't show the colors correctly.](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%232) -+ [On my Esp8266 when I flash the sketch the LEDs light up, is this normal?](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%240) ++ [On my Esp8266 when I flash the sketch the LEDs light up, is this normal?](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%2310) + [I wish to dynamically set the number pixels, but I don't see a way to do this and other libraries expose a method to change the number of pixels like updateLength() or setPixelCount().](https://github.com/Makuna/NeoPixelBus/wiki/FAQ-%233)