mirror of https://github.com/node-red/node-red.git
remove/hide some over zealous warn messages from blinkstick
parent
b39e7d8a2b
commit
c95fc633e3
|
@ -48,7 +48,7 @@ function BlinkStick(n) {
|
|||
}
|
||||
}
|
||||
else {
|
||||
node.warn("No BlinkStick found");
|
||||
//node.warn("No BlinkStick found");
|
||||
node.led = blinkstick.findFirst();
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 558 B |
Loading…
Reference in New Issue