mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
fix pi-gpiod labels
This commit is contained in:
@@ -215,7 +215,7 @@
|
||||
return this.name?"node_label_italic":"";
|
||||
},
|
||||
outputLabels: function() { return "GPIO"+this.pin; },
|
||||
palettelabel: "pi gpiod",
|
||||
paletteLabel: "pi gpiod",
|
||||
oneditprepare: function() {
|
||||
var pinnow = this.pin;
|
||||
var pintip = this._("pi-gpiod.tip.pin");
|
||||
@@ -468,7 +468,7 @@
|
||||
return this.name?"node_label_italic":"";
|
||||
},
|
||||
inputLabels: function() { return "GPIO"+this.pin; },
|
||||
palettelabel: "pi gpiod",
|
||||
paletteLabel: "pi gpiod",
|
||||
oneditprepare: function() {
|
||||
var pinnow = bcm2pin[this.pin];
|
||||
var pintip = this._("pi-gpiod.tip.pin");
|
||||
|
Reference in New Issue
Block a user