Fix: 修复在线版下mixgo和mpython板卡使用ampy无法上载代码
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user