mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
parent
cd6bbb3e69
commit
900339e2ba
@ -300,7 +300,7 @@ module.exports = function(RED) {
|
||||
rts = serialConfig.rts,
|
||||
cts = serialConfig.cts,
|
||||
dsr = serialConfig.dsr,
|
||||
newline = serialConfig.newline,
|
||||
newline = ""+serialConfig.newline,
|
||||
spliton = serialConfig.out,
|
||||
waitfor = serialConfig.waitfor,
|
||||
binoutput = serialConfig.bin,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-serialport",
|
||||
"version" : "2.0.2",
|
||||
"version" : "2.0.3",
|
||||
"description" : "Node-RED nodes to talk to serial ports",
|
||||
"dependencies" : {
|
||||
"serialport" : "^12.0.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user