diff --git a/common/modules/mixly-modules/web/usb.js b/common/modules/mixly-modules/web/usb.js index 37ce6fd3..3d3e06a6 100644 --- a/common/modules/mixly-modules/web/usb.js +++ b/common/modules/mixly-modules/web/usb.js @@ -135,7 +135,7 @@ class USB extends Serial { } } - async #startSerialRead_(serialDelay = 10, autoConnect = false) { + async #startSerialRead_(serialDelay = 1, autoConnect = false) { this.#dapLink_.serialPolling = true; while (this.#dapLink_.serialPolling) {