feat(core): 在线版支持通过web serial烧录k210固件
This commit is contained in:
@@ -50,6 +50,33 @@
|
||||
"hid": false,
|
||||
"usb": false
|
||||
},
|
||||
"burn": {
|
||||
"erase": true,
|
||||
"MixGo AI": {
|
||||
"binFile": [
|
||||
{
|
||||
"offset": "0x0000",
|
||||
"path": "./build/MixGo_AI-ASR_V2.0.kfpkg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"MixGo AI sensor": {
|
||||
"binFile": [
|
||||
{
|
||||
"offset": "0x0000",
|
||||
"path": "./build/MixGo_AI-Sensor_V1.0.kfpkg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"MixGo AI sensor2": {
|
||||
"binFile": [
|
||||
{
|
||||
"offset": "0x0000",
|
||||
"path": "./build/MixGo_AI-Sensor_V1.2.kfpkg"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"upload": {
|
||||
"reset": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user