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

This commit is contained in:
王立帮
2024-11-09 11:05:54 +08:00
parent ef25e87f23
commit b6cfd8a5b0
16 changed files with 19 additions and 55 deletions

View File

@@ -20,25 +20,7 @@
},
"micropython:esp32:mpython": {
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/mPython-v1.23.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\""
},
"reset": [
{
"dtr": false,
"rts": false
}, {
"sleep": 500
}, {
"dtr": false,
"rts": true
}, {
"sleep": 500
}, {
"dtr": false,
"rts": false
}, {
"sleep": 500
}
]
}
},
"upload": {
"type": "command",
@@ -70,7 +52,7 @@
"yMin": 0,
"pointNum": 100,
"rts": false,
"dtr": false
"dtr": true
},
"lib": {
"mixly": {

File diff suppressed because one or more lines are too long