Update to BBB node

Fixes #105
Thanks @maxwellhadley
This commit is contained in:
dceejay
2015-03-16 16:28:01 +00:00
parent 732a38e214
commit 9d11a48cb1
2 changed files with 2 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ module.exports = function (RED) {
function AnalogueInputNode(n) {
RED.nodes.createNode(this, n);
var node = this;
this._pin = adjustName(this.pin); // Adjusted for Octal if necessary
// Store local copies of the node configuration (as defined in the .html)
this.topic = n.topic;