Skip to content

Commit

Permalink
update debug task tasks json template
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Jan 26, 2024
1 parent 26a76f4 commit 8a03153
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions templates/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,14 @@
"-e",
"${workspaceFolder}/build/${command:espIdf.getProjectName}.elf",
"-s",
"${command:espIdf.getOpenOcdScriptValue}",
"-ip",
"localhost",
"$OPENOCD_SCRIPTS",
"-dn",
"${config:idf.adapterTargetName}",
"esp32",
"-om",
"connect_to_instance"
"connect_to_instance",
"-t",
"xtensa-esp32-elf-"

],
"windows": {
"command": "${config:idf.pythonBinPathWin}",
Expand Down

0 comments on commit 8a03153

Please sign in to comment.