Improve Arduino Node error handling

This commit is contained in:
Dave Conway-Jones
2025-02-08 17:42:12 +00:00
parent 97f8e03c71
commit cc186ef14e
2 changed files with 126 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red-node-arduino",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Node-RED node to talk to an Arduino running firmata",
"dependencies": {
"serialport": "^12.0.0"
@@ -23,7 +23,7 @@
}
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"author": {
"name": "Dave Conway-Jones",