Fix: 修复win7下在线版同时启用usb和hid时会导致dataLength配置异常
This commit is contained in:
@@ -58,6 +58,8 @@ if (platform === 'win32' && fullPlatform !== 'win10') {
|
||||
|
||||
class WebSerial extends Device {
|
||||
static {
|
||||
this.type = Device.type;
|
||||
|
||||
this.getConfig = function () {
|
||||
return Device.getConfig();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user