Skip to content

Commit 955675e

Browse files
authored
Adding build.mcu to save name killed export. reverting. fixes #5174 (#5177)
1 parent 2082945 commit 955675e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ recipe.objcopy.bin.pattern="{tools.esptool_py.path}/{tools.esptool_py.cmd}" {rec
148148
recipe.objcopy.bin.pattern.linux=python "{tools.esptool_py.path}/{tools.esptool_py.cmd}" {recipe.objcopy.bin.pattern_args}
149149

150150
## Save bin
151-
recipe.output.tmp_file={build.project_name}.{build.mcu}.bin
152-
recipe.output.save_file={build.project_name}.{build.mcu}.{build.variant}.bin
151+
recipe.output.tmp_file={build.project_name}.bin
152+
recipe.output.save_file={build.project_name}.{build.variant}.bin
153153

154154
## Compute size
155155
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"

0 commit comments

Comments
 (0)