30 lines
789 B
JSON
30 lines
789 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Flash: full erase (wipe NVS/bonds)",
|
|
"type": "shell",
|
|
"command": "powershell",
|
|
"args": [
|
|
"-ExecutionPolicy",
|
|
"Bypass",
|
|
"-File",
|
|
"${workspaceFolder}\\tools\\flash_full_erase.ps1"
|
|
],
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "Flash: preserve settings/bonds",
|
|
"type": "shell",
|
|
"command": "powershell",
|
|
"args": [
|
|
"-ExecutionPolicy",
|
|
"Bypass",
|
|
"-File",
|
|
"${workspaceFolder}\\tools\\flash_preserve_settings.ps1"
|
|
],
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|