Update: 在线版支持对serial/hid/usb设备进行过滤
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user