From 1512986618891722728abf1a545bd8210717a7a3 Mon Sep 17 00:00:00 2001 From: Tobias Blum Date: Tue, 10 May 2016 08:42:50 +0200 Subject: [PATCH] Changed licence --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1c6b87..a8b38f9 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,16 @@ - A WS2811 or WS2812 led strip that you can get in many sizes and forms. I'm using a ring of 12 leds. When you use more than about 15-20 leds you may have to use a dedicated 5V power source. - Power via USB +## Todos +- [x] Fix issue with websockets connection problems +- [ ] Switch to teh NeoPixelBus library (https://github.com/Makuna/NeoPixelBus/wiki) +- [ ] Use the led strip for status information in connection phase +- [ ] Enhance the documentation +- [ ] Stability improvements +- [ ] Additional clients + ## Licence -MIT +GNU LGPLv3 (http://www.gnu.org/licenses/lgpl-3.0.txt)