mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Updates to duino node
This commit is contained in:
parent
0a4b2a4876
commit
3858b4275d
@ -20,7 +20,6 @@ var duino = require("duino");
|
||||
var util = require('util');
|
||||
|
||||
function DuinoNode(n) {
|
||||
var DEBUG = true;
|
||||
RED.nodes.createNode(this,n);
|
||||
this.pin = n.pin || "10";
|
||||
node = this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user