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

@@ -317,6 +317,9 @@
"ampy.enterRawREPLFailed": "Unable to enter Raw REPL",
"ampy.exitRawREPLFailed": "Unable to exit Raw REPL",
"ampy.exitREPLFailed": "Unable to exit REPL",
"ampy.portIsNotOpen": "Serial port is not open",
"ampy.executePythonCodeFailed": "Unable to execute python code",
"ampy.dataReadInterrupt": "Data reading interrupted",
"editor.contextMenu.cut": "Cut",
"editor.contextMenu.copy": "Copy",
"editor.contextMenu.paste": "Paste",

View File

@@ -317,6 +317,9 @@
"ampy.enterRawREPLFailed": "无法进入Raw REPL",
"ampy.exitRawREPLFailed": "无法退出Raw REPL",
"ampy.exitREPLFailed": "无法退出REPL",
"ampy.portIsNotOpen": "串口未打开",
"ampy.executePythonCodeFailed": "无法执行python代码",
"ampy.dataReadInterrupt": "数据读取中断",
"editor.contextMenu.cut": "剪切",
"editor.contextMenu.copy": "复制",
"editor.contextMenu.paste": "粘贴",

View File

@@ -317,6 +317,9 @@
"ampy.enterRawREPLFailed": "無法進入Raw REPL",
"ampy.exitRawREPLFailed": "無法退出Raw REPL",
"ampy.exitREPLFailed": "無法退出REPL",
"ampy.portIsNotOpen": "串列埠未開啟",
"ampy.executePythonCodeFailed": "無法執行python程式碼",
"ampy.dataReadInterrupt": "資料讀取中斷",
"editor.contextMenu.cut": "剪下",
"editor.contextMenu.copy": "複製",
"editor.contextMenu.paste": "貼上",