Update: 调整串口打开时 Ctrl + D` 发送的时间
This commit is contained in:
@@ -459,7 +459,7 @@ class StatusBarSerial extends PageBase {
|
|||||||
if (SELECTED_BOARD?.serial?.ctrlCBtn) {
|
if (SELECTED_BOARD?.serial?.ctrlCBtn) {
|
||||||
await this.#serial_.sleep(500);
|
await this.#serial_.sleep(500);
|
||||||
await this.#serial_.interrupt();
|
await this.#serial_.interrupt();
|
||||||
await this.#serial_.sleep(500);
|
await this.#serial_.sleep(1000);
|
||||||
this.#valueTemp_ = '';
|
this.#valueTemp_ = '';
|
||||||
this.empty();
|
this.empty();
|
||||||
this.startRead();
|
this.startRead();
|
||||||
|
|||||||
Reference in New Issue
Block a user