mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
commit
a384774ba2
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…
Add table
Add a link
Reference in a new issue