Skip to content

Commit 4f2c26a

Browse files
committed
fix space in path issue when burning bootloader with IDE v2
1 parent 99df916 commit 4f2c26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: programmers.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nrfutil_boot.program.cmd.windows={runtime.platform.path}/tools/adafruit-nrfutil/
2727
nrfutil_boot.program.cmd.macosx={runtime.platform.path}/tools/adafruit-nrfutil/macos/adafruit-nrfutil
2828

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

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

0 commit comments

Comments
 (0)