Skip to content

Commit b86815e

Browse files
author
Federico Fissore
committed
Fixed missing "sketch" folders in some paths of both AVR and SAM cores
1 parent c702cdc commit b86815e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ tools.avrdude.config.path={path}/etc/avrdude.conf
9191

9292
tools.avrdude.upload.params.verbose=-v
9393
tools.avrdude.upload.params.quiet=-q -q
94-
tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} -p{build.mcu} -c{upload.protocol} -P{serial.port} -b{upload.speed} -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"
94+
tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} -p{build.mcu} -c{upload.protocol} -P{serial.port} -b{upload.speed} -D "-Uflash:w:{build.path}/sketch/{build.project_name}.hex:i"
9595

9696
tools.avrdude.program.params.verbose=-v
9797
tools.avrdude.program.params.quiet=-q -q
98-
tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" {program.verbose} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{build.path}/{build.project_name}.hex:i"
98+
tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" {program.verbose} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{build.path}/sketch/{build.project_name}.hex:i"
9999

100100
tools.avrdude.erase.params.verbose=-v
101101
tools.avrdude.erase.params.quiet=-q -q

0 commit comments

Comments
 (0)