mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	Bump arduino package, thanks to PR
This commit is contained in:
		| @@ -36,8 +36,10 @@ module.exports = function(RED) { | ||||
|                         done(); | ||||
|                         if (RED.settings.verbose) { node.log(RED._("arduino.status.portclosed")); } | ||||
|                     }); | ||||
|                 } catch(e) { done(); } | ||||
|             } else { done(); } | ||||
|                 } | ||||
|                 catch(e) { done(); } | ||||
|             } | ||||
|             else { done(); } | ||||
|         }); | ||||
|     } | ||||
|     RED.nodes.registerType("arduino-board",ArduinoNode); | ||||
|   | ||||
| @@ -1,9 +1,9 @@ | ||||
| { | ||||
|     "name"          : "node-red-node-arduino", | ||||
|     "version"       : "0.0.12", | ||||
|     "version"       : "0.0.13", | ||||
|     "description"   : "A Node-RED node to talk to an Arduino running firmata", | ||||
|     "dependencies"  : { | ||||
|         "firmata"   : "~0.14.1" | ||||
|         "firmata"   : "~0.15.0" | ||||
|     }, | ||||
|     "repository" : { | ||||
|         "type":"git", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user