build(boards): xpython板卡执行 npm run build:prod

This commit is contained in:
王立帮
2025-12-16 12:16:00 +08:00
parent 7afb57533e
commit 6be913b039
5 changed files with 551 additions and 545 deletions

View File

@@ -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": []
}