Merge pull request #391 from ViRb3/tasks-fix

Fix vscode tasks
This commit is contained in:
Philippe Teuwen
2019-09-11 00:51:14 +02:00
committed by GitHub

4
.vscode/tasks.json vendored
View File

@@ -14,13 +14,13 @@
{
"label": "flash fullimage",
"type": "shell",
"command": "./flash-fullimage.sh",
"command": "sudo ./pm3-flash-fullimage",
"problemMatcher": []
},
{
"label": "FLASH BOOTROM",
"type": "shell",
"command": "./flash-bootrom.sh",
"command": "sudo ./pm3-flash-bootrom",
"problemMatcher": []
}
]