Skip to content

Commit 2ebb5de

Browse files
committed
fix windows user name with space when uploading issue
1 parent 456cb4a commit 2ebb5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ tools.nrfutil.cmd.macosx=/usr/local/bin/nrfutil
132132

133133
tools.nrfutil.upload.params.verbose=--verbose
134134
tools.nrfutil.upload.params.quiet=
135-
tools.nrfutil.upload.pattern={cmd} {upload.verbose} dfu serial -pkg "{build.path}/{build.project_name}.zip" -p {serial.port} -b 115200
135+
tools.nrfutil.upload.pattern="{cmd}" {upload.verbose} dfu serial -pkg "{build.path}/{build.project_name}.zip" -p {serial.port} -b 115200
136136

137137
#**********************************************
138138
# Burning bootloader with either jlink or nrfutil

0 commit comments

Comments
 (0)