Commit 62c539e 1 parent 9e70249 commit 62c539e Copy full SHA for 62c539e
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,11 +184,11 @@ tools.micronucleus.cmd.path={runtime.tools.micronucleus.path}/micronucleus
184
184
185
185
tools.micronucleus.upload.params.verbose=
186
186
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"
188
188
189
189
tools.micronucleus.bootloader.params.verbose=
190
190
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"
192
192
193
193
tools.micronucleus.erase.params.verbose=
194
194
tools.micronucleus.erase.params.quiet=
You can’t perform that action at this time.
0 commit comments