mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-27 02:24:47 +08:00
Fix vscode tasks
This commit is contained in:
parent
843f554503
commit
1966e23e4d
1 changed files with 2 additions and 2 deletions
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": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue