Update: 在线版调整web usb

This commit is contained in:
王立帮
2025-01-20 00:20:29 +08:00
parent 8d52915859
commit eb4fa79529
8 changed files with 333 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ const {
class USB extends Serial {
static {
this.type = 'usb';
this.portToNameRegistry = new Registry();
this.serialNumberToNameRegistry = new Registry();
this.nameToPortRegistry = new Registry();