Skip to content

Commit 17d642b

Browse files
facchinmsys_maker
authored and
sys_maker
committed
Fix arduino101load argument passing if binary path contains spaces
1 parent c912926 commit 17d642b

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
@@ -103,7 +103,7 @@ tools.arduino101load.cmd.path={runtime.tools.arduino101load.path}/arduino101load
103103
tools.arduino101load.upload.params.verbose=verbose
104104
tools.arduino101load.upload.params.quiet=quiet
105105

106-
tools.arduino101load.upload.pattern="{cmd.path}" "{runtime.tools.arduino101load.path}/x86/bin" {build.path}/{build.project_name}.bin {serial.port} "{upload.verbose}" {ble.fw.string} {ble.fw.position}
106+
tools.arduino101load.upload.pattern="{cmd.path}" "{runtime.tools.arduino101load.path}/x86/bin" "{build.path}/{build.project_name}.bin" {serial.port} "{upload.verbose}" {ble.fw.string} {ble.fw.position}
107107

108108
# This is needed to avoid an error on unexistent fields
109109
tools.arduino101load.erase.params.verbose=

0 commit comments

Comments
 (0)