将与视觉的通信波特率修改为921600

This commit is contained in:
NeoZng
2023-04-13 11:38:19 +08:00
parent 1bc2ff411c
commit 4a2bc01525
5 changed files with 7 additions and 4 deletions

2
.vscode/tasks.json vendored
View File

@@ -22,7 +22,7 @@
},
},
{
"label": "download jlink",
"label": "download jlink", // 要使用此任务,需添加jlink的环境变量
"type": "shell",
"command":"mingw32-make download_jlink", // "mingw32-make -j24 ; mingw32-make download_dap"
"group": {