Update Arduino and tidy up

This commit is contained in:
Dave Conway-Jones
2025-04-03 20:20:16 +01:00
parent 60593f154c
commit 9f9d3259b9
5 changed files with 194 additions and 282 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red-node-arduino",
"version": "1.3.4-20250331",
"version": "2.0.0",
"description": "A Node-RED Node, to talk to a chip as I/O extender, which is running Firmata firmware",
"dependencies": {
"serialport": "^12.0.0"
@@ -28,16 +28,16 @@
"node": ">=18.0.0"
},
"author": {
"name": "Dave Conway-Jones (version <= 1.1)",
"name": "Dave Conway-Jones",
"email": "dceejay@gmail.com",
"url": "http://nodered.org"
},
"contributors": [{
"name": "PizzaProgram (from version 1.2+ 2025-03-21)",
"name": "PizzaProgram (from version 2)",
"email": "info@pizzaprogram.hu",
"url": "https://pizzaprogram.hu"
}],
"foreground-scripts": true
}