Fix vscode tasks

This commit is contained in:
Victor 2019-09-11 00:51:29 +03:00
parent 843f554503
commit 1966e23e4d

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": []
}
]