Arduino nodes, reconnect on partial deploys

This commit is contained in:
Dave Conway-Jones
2016-07-15 14:45:32 +01:00
parent 0bfeb13abc
commit 4f4d2de45f
2 changed files with 22 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-arduino",
"version" : "0.0.8",
"version" : "0.0.9",
"description" : "A Node-RED node to talk to an Arduino running firmata",
"dependencies" : {
"firmata" : "~0.13.0"