Remove "extra" label from neopixel

This commit is contained in:
Dave Conway-Jones 2016-03-01 22:58:54 +00:00
parent 0d0ce5addf
commit cd047ceab1
2 changed files with 1 additions and 2 deletions

View File

@ -76,7 +76,6 @@
<script type="text/javascript">
RED.nodes.registerType('rpi-neopixels',{
category: 'Raspberry Pi',
label: 'Raspberry Pi',
color:"#c6dbef",
defaults: {
name: { value:"" },

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-pi-neopixel",
"version" : "0.0.9",
"version" : "0.0.10",
"description" : "A Node-RED node to output to a neopixel (ws2812) string of LEDS from a Raspberry Pi.",
"dependencies" : {
},