Update(boards): 将micropython板卡上传路径改为main.py

This commit is contained in:
王立帮
2025-03-13 10:27:37 +08:00
parent 4c7d6482f3
commit b8e0acc4be
14 changed files with 14 additions and 14 deletions

View File

@@ -31,7 +31,7 @@
"{indexPath}/../micropython/build/lib",
"{indexPath}/build/lib"
],
"command": "\"{ampy}\" -p {com} -d 1 -r \"{reset}\" put \"{indexPath}/build/upload\"",
"command": "\"{ampy}\" -p {com} -d 1 -r \"{reset}\" put \"{indexPath}/build/upload/main.py\"",
"filePath": "{indexPath}/build/upload/main.py",
"copyLib": false,
"reset": []