Skip to content

Commit 62c539e

Browse files
committed
adding quotes around the hex file paths in the micronucleus upload commands
1 parent 9e70249 commit 62c539e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

avr/platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ tools.micronucleus.cmd.path={runtime.tools.micronucleus.path}/micronucleus
184184

185185
tools.micronucleus.upload.params.verbose=
186186
tools.micronucleus.upload.params.quiet=
187-
tools.micronucleus.upload.pattern="{cmd.path}" --run --dump-progress --timeout 60 {build.path}/{build.project_name}.hex
187+
tools.micronucleus.upload.pattern="{cmd.path}" --run --dump-progress --timeout 60 "{build.path}/{build.project_name}.hex"
188188

189189
tools.micronucleus.bootloader.params.verbose=
190190
tools.micronucleus.bootloader.params.quiet=
191-
tools.micronucleus.bootloader.pattern="{cmd.path}" --run --dump-progress --timeout 60 {build.path}/{build.project_name}.hex
191+
tools.micronucleus.bootloader.pattern="{cmd.path}" --run --dump-progress --timeout 60 "{build.path}/{build.project_name}.hex"
192192

193193
tools.micronucleus.erase.params.verbose=
194194
tools.micronucleus.erase.params.quiet=

0 commit comments

Comments
 (0)