Skip to content

Commit

Permalink
Fix escaped quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Aug 9, 2024
1 parent 64e566d commit 7c35f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pico_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ def generateProjectFiles(projectPath, projectName, sdkPath, projects, debugger,
// Also works fine for flash binaries
"overrideLaunchCommands": [
"monitor reset init",
"load \"${{command:raspberry-pi-pico.launchTargetPath}}\""
"load \\"${{command:raspberry-pi-pico.launchTargetPath}}\\""
],
"openOCDLaunchCommands": [
"adapter speed 5000"
Expand Down

0 comments on commit 7c35f29

Please sign in to comment.