From d7d036ba1d295a7eb3d73f9cc7e8ad6b29810c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Tue, 3 Sep 2024 08:47:45 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E8=B0=83=E6=95=B4=E4=B8=B2=E5=8F=A3?= =?UTF-8?q?=E6=89=93=E5=BC=80=E6=97=B6=20Ctrl=20+=20D`=20=E5=8F=91?= =?UTF-8?q?=E9=80=81=E7=9A=84=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/modules/mixly-modules/common/statusbar-serial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/mixly-modules/common/statusbar-serial.js b/common/modules/mixly-modules/common/statusbar-serial.js index fc0a7e0b..5ad5458b 100644 --- a/common/modules/mixly-modules/common/statusbar-serial.js +++ b/common/modules/mixly-modules/common/statusbar-serial.js @@ -459,7 +459,7 @@ class StatusBarSerial extends PageBase { if (SELECTED_BOARD?.serial?.ctrlCBtn) { await this.#serial_.sleep(500); await this.#serial_.interrupt(); - await this.#serial_.sleep(500); + await this.#serial_.sleep(1000); this.#valueTemp_ = ''; this.empty(); this.startRead();