Fix: 修复在线版下mixgo和mpython板卡使用ampy无法上载代码

This commit is contained in:
王立帮
2025-03-09 16:15:58 +08:00
parent c18326aca4
commit f224d7b3da
9 changed files with 55 additions and 29 deletions

View File

@@ -52,7 +52,15 @@
"yMin": 0,
"pointNum": 100,
"rts": false,
"dtr": true
"dtr": true,
"micropython:esp32:mixgo": {
"rts": true,
"dtr": true
},
"micropython:esp32:mpython": {
"rts": true,
"dtr": true
}
},
"lib": {
"mixly": {