diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ca3660980..20b68be0e 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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": [] } ]