Update: 在线版支持对serial/hid/usb设备进行过滤

This commit is contained in:
王立帮
2025-03-12 00:42:59 +08:00
parent 14a2ddf6fd
commit 17b3a91ff6
6 changed files with 49 additions and 10 deletions

View File

@@ -170,6 +170,9 @@ Boards.changeTo = (boardName) => {
}, {
type: 'upload',
obj: BOARD.web.upload
}, {
type: 'devices',
obj: BOARD.web.devices
}]) {
if (!(value.obj instanceof Object)) {
continue;