Update: 在线版下micropython_esp32c2 mixgo mini板卡开启设备过滤

This commit is contained in:
王立帮
2025-03-12 00:43:33 +08:00
parent 17b3a91ff6
commit fb6f9f346d

View File

@@ -66,6 +66,32 @@
"pythonToBlockly": false,
"web": {
"devices": {
"micropython:esp32c2:mixgo_mini": {
"serial": {
"filters": [
{
"usbVendorId": 6790,
"usbProductId": 65036
}
]
},
"hid": {
"filters": [
{
"vendorId": 6790,
"productId": 65036
}
]
},
"usb": {
"filters": [
{
"vendorId": 6790,
"productId": 65036
}
]
}
},
"serial": true,
"hid": true,
"usb": true