mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Update 25-serial.js
This commit is contained in:
parent
cbfbfc821e
commit
b1855ab26e
@ -26,7 +26,7 @@ module.exports = function(RED) {
|
||||
this.out = n.out || "char";
|
||||
this.waitfor = n.waitfor || "";
|
||||
this.responsetimeout = n.responsetimeout || 10000;
|
||||
this.serialReconnectTime = n.serialReconnectTime || 15000;
|
||||
this.serialReconnectTime = n.serialReconnectTime || settings.serialReconnectTime || 15000;
|
||||
}
|
||||
RED.nodes.registerType("serial-port",SerialPortNode);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user