Update: 在线版添加devices配置项

This commit is contained in:
王立帮
2025-01-16 10:33:08 +08:00
parent 3a3fc5c8bf
commit fa78011344
20 changed files with 132 additions and 84 deletions

View File

@@ -54,7 +54,11 @@
},
"pythonToBlockly": false,
"web": {
"com": "serial",
"devices": {
"serial": true,
"hid": true,
"usb": false
},
"burn": {
"erase": true,
"micropython:esp32c2:mixgo_mini": {

View File

@@ -63,7 +63,11 @@
},
"pythonToBlockly": false,
"web": {
"com": "serial",
"devices": {
"serial": true,
"hid": true,
"usb": false
},
"burn": {
"erase": true,
"micropython:esp32:mixgo": {

View File

@@ -63,7 +63,11 @@
},
"pythonToBlockly": false,
"web": {
"com": "serial",
"devices": {
"serial": true,
"hid": true,
"usb": false
},
"burn": {
"erase": true,
"micropython:esp32c3:mixgo_cc": {

View File

@@ -75,7 +75,11 @@
},
"pythonToBlockly": false,
"web": {
"com": "serial",
"devices": {
"serial": true,
"hid": true,
"usb": false
},
"burn": {
"erase": true,
"micropython:esp32s2:mixgo_ce": {

View File

@@ -58,7 +58,11 @@
},
"pythonToBlockly": false,
"web": {
"com": "serial",
"devices": {
"serial": true,
"hid": true,
"usb": false
},
"burn": {
"erase": true,
"micropython:esp32s3:mixgo_sant": {

View File

@@ -45,7 +45,11 @@
},
"pythonToBlockly": false,
"web": {
"com": "serial",
"devices": {
"serial": true,
"hid": false,
"usb": false
},
"upload": {
"reset": []
}

View File

@@ -52,7 +52,11 @@
},
"pythonToBlockly": false,
"web": {
"com": "usb",
"devices": {
"serial": false,
"hid": false,
"usb": true
},
"burn": {
"micropython:nrf51822:v1": {
"filePath": "./build/microbit-micropython-v1.hex"

View File

@@ -46,7 +46,11 @@
},
"pythonToBlockly": false,
"web": {
"com": "usb",
"devices": {
"serial": false,
"hid": false,
"usb": true
},
"burn": {
"filePath": "./build/microbit-micropython-v1.hex"
}

View File

@@ -83,7 +83,11 @@
},
"pythonToBlockly": false,
"web": {
"com": "serial",
"devices": {
"serial": true,
"hid": true,
"usb": false
},
"burn": {
"erase": true,
"micropython:esp32c3:feiyi": {