Skip to content

Commit

Permalink
fix space in path issue when burning bootloader with IDE v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jun 23, 2023
1 parent 99df916 commit 4f2c26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programmers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nrfutil_boot.program.cmd.windows={runtime.platform.path}/tools/adafruit-nrfutil/
nrfutil_boot.program.cmd.macosx={runtime.platform.path}/tools/adafruit-nrfutil/macos/adafruit-nrfutil

# Burn bootloader pattern
nrfutil_boot.program.burn_pattern={program.cmd} --verbose dfu serial -pkg "{bootloader.file}.zip" -p {serial.port} -b 115200 --touch 1200
nrfutil_boot.program.burn_pattern="{program.cmd}" --verbose dfu serial -pkg "{bootloader.file}.zip" -p {serial.port} -b 115200 --touch 1200

# Remind user to select Jlink when used to upload sketch
nrfutil_boot.program.params.quiet=
Expand Down

0 comments on commit 4f2c26a

Please sign in to comment.