reduce Arduino error messages on failed connect

This commit is contained in:
Dave Conway-Jones
2019-04-11 16:35:02 +01:00
parent d40f433332
commit a475b67a19
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-arduino",
"version" : "0.2.0",
"version" : "0.2.1",
"description" : "A Node-RED node to talk to an Arduino running firmata",
"dependencies" : {
"firmata" : "^2.0.0"