From 37733df1cfd855b0fbd175b0c87b38add6abf8cc Mon Sep 17 00:00:00 2001 From: htmltiger <1429451+htmltiger@users.noreply.github.com> Date: Sun, 18 Jun 2023 01:14:42 +0100 Subject: [PATCH] connect/disconnect, configurable reconnect time --- io/serialport/25-serial.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/io/serialport/25-serial.html b/io/serialport/25-serial.html index 30469ddd..6bf9c382 100644 --- a/io/serialport/25-serial.html +++ b/io/serialport/25-serial.html @@ -213,7 +213,12 @@
- + + +
+
+ +
@@ -245,7 +250,8 @@ bin: {value:"false"}, out: {value:"char"}, addchar: {value:""}, - responsetimeout: {value: 10000} + responsetimeout: {value: 10000}, + serialReconnectTime: {value: 15000} }, label: function() { this.serialbaud = this.serialbaud || 57600;