Skip to content

Commit

Permalink
Update 25-serial.js
Browse files Browse the repository at this point in the history
  • Loading branch information
htmltiger committed Jun 18, 2023
1 parent cbfbfc8 commit b1855ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/serialport/25-serial.js
Expand Up @@ -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);

Expand Down

0 comments on commit b1855ab

Please sign in to comment.