mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-26 10:01:07 +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",
|
||||
"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": []
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue