Fix vscode tasks
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -14,13 +14,13 @@
|
|||||||
{
|
{
|
||||||
"label": "flash fullimage",
|
"label": "flash fullimage",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./flash-fullimage.sh",
|
"command": "sudo ./pm3-flash-fullimage",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "FLASH BOOTROM",
|
"label": "FLASH BOOTROM",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./flash-bootrom.sh",
|
"command": "sudo ./pm3-flash-bootrom",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user