mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
remove xs console.log in neopixel
and more ready
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
with a CSV string <i>x,y,r,g,b</i>
|
||||
<p>The pixels data line should be connected to Pi physical pin 12 - GPIO 18. <i>Note:</i>
|
||||
this may conflict with audio playback.</p>
|
||||
<p align="right"><a href="http://flows.nodered.org/node/node-red-node-pi-neopixel#usage">More info </a></p>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
@@ -93,7 +94,6 @@
|
||||
},
|
||||
oneditprepare: function() {
|
||||
var setstate = function () {
|
||||
console.log($('#node-input-mode').val());
|
||||
if ($('#node-input-mode').val().indexOf("shift") !== -1) {
|
||||
$("#bgcol").hide();
|
||||
$("#fgcol").hide();
|
||||
|
Reference in New Issue
Block a user