From f9397bc676d4aec5e69beb3b48617e7df246bafb Mon Sep 17 00:00:00 2001 From: rise0chen Date: Tue, 19 Nov 2024 16:40:40 +0800 Subject: [PATCH] fix: modbus serial --- modbus_rtu_slave/web/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modbus_rtu_slave/web/index.html b/modbus_rtu_slave/web/index.html index fc1c5be..c3310fa 100644 --- a/modbus_rtu_slave/web/index.html +++ b/modbus_rtu_slave/web/index.html @@ -9,7 +9,7 @@
串口号
- +
波特率
@@ -121,6 +121,7 @@ if (options.length == 0) { document.getElementById("serial").outerHTML = ``; } else { + document.getElementById("serial").outerHTML = ``; document.getElementById("serial").innerHTML = options; } }