mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove/hide some over zealous warn messages from blinkstick
This commit is contained in:
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();
|
||||
}
|
||||
}
|
||||
|
BIN
public/icons/db.png
Normal file
BIN
public/icons/db.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 558 B |
Loading…
Reference in New Issue
Block a user