mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Move Arduino nodes to use firmata nom
rather than arduino-firmata
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"connect": "connecting to __device__",
|
||||
"connected": "connected to __device__",
|
||||
"version": "version: __version__",
|
||||
"portclosed": "port closed"
|
||||
"portclosed": "Arduino serial port closed"
|
||||
},
|
||||
"state": {
|
||||
"in": {
|
||||
@@ -34,6 +34,7 @@
|
||||
},
|
||||
"errors": {
|
||||
"portnotconf": "port not configured",
|
||||
"portnotfound": "port not found : __device__",
|
||||
"devnotfound": "device __dev__ not found. Trying to find board."
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user