Update(boards): xpython板卡执行 build:prod

This commit is contained in:
王立帮
2025-03-12 00:46:57 +08:00
parent fb6f9f346d
commit 949f81eaa6
4 changed files with 27 additions and 1 deletions

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

File diff suppressed because one or more lines are too long