Update tasks.json to fix must flash twice bug
| | |
| | | "type": "shell", |
| | | "command": "D:\\Program Files\\ST\\STM32CubeProgrammer\\bin\\STM32_Programmer_CLI.exe", |
| | | "args": [ |
| | | "-c", |
| | | "port=SWD", |
| | | "-c port=SWD", |
| | | "-e all", |
| | | "-w", |
| | | "${workspaceFolder}\\build\\Release\\ISKBoard.elf", |
| | | "0x08000000", |
| | |
| | | "type": "shell", |
| | | "command": "D:\\Program Files\\ST\\STM32CubeProgrammer\\bin\\STM32_Programmer_CLI.exe", |
| | | "args": [ |
| | | "-c", |
| | | "port=SWD", |
| | | "-c port=SWD", |
| | | "-e all", |
| | | "-w", |
| | | "${workspaceFolder}\\build\\Release\\ISKBoard.elf", |
| | | "0x08000000", |