diff --git a/edc-web/app/__pycache__/models.cpython-311.pyc b/edc-web/app/__pycache__/models.cpython-311.pyc index 33fa3c2..c4353ac 100644 Binary files a/edc-web/app/__pycache__/models.cpython-311.pyc and b/edc-web/app/__pycache__/models.cpython-311.pyc differ diff --git a/edc-web/app/routes/__pycache__/test_data.cpython-311.pyc b/edc-web/app/routes/__pycache__/test_data.cpython-311.pyc index 82109d4..1d35a00 100644 Binary files a/edc-web/app/routes/__pycache__/test_data.cpython-311.pyc and b/edc-web/app/routes/__pycache__/test_data.cpython-311.pyc differ diff --git a/edc-web/app/routes/__pycache__/test_op.cpython-311.pyc b/edc-web/app/routes/__pycache__/test_op.cpython-311.pyc index f0abe55..478ae3a 100644 Binary files a/edc-web/app/routes/__pycache__/test_op.cpython-311.pyc and b/edc-web/app/routes/__pycache__/test_op.cpython-311.pyc differ diff --git a/edc-web/app/static/js/test_op.js b/edc-web/app/static/js/test_op.js index 7928db5..c39b0d6 100644 --- a/edc-web/app/static/js/test_op.js +++ b/edc-web/app/static/js/test_op.js @@ -14,8 +14,8 @@ let timeoutTimer = null; // 超时定时器 let timeoutAt = 0; // 超时时刻 (Date.now() + timeoutMs) let lastDoneCount = 0; // 上一轮 done 数,检测新响应 let cmdSentAt = 0; // 最近一次发送 0xB0 时间 -let intervalMs = 3000; // 默认 3s -let timeoutMs = 10000; // 默认 10s +let intervalMs = 10000; // 默认 10s +let timeoutMs = 5000; // 默认 5s // ─── 手动指令 ───────────────────────────────── diff --git a/edc-web/app/templates/test_op.html b/edc-web/app/templates/test_op.html index d66ad42..4253e02 100644 --- a/edc-web/app/templates/test_op.html +++ b/edc-web/app/templates/test_op.html @@ -28,11 +28,11 @@