From 955675e7124bd3d41e6ff8b5d9505f624e7f5338 Mon Sep 17 00:00:00 2001 From: lbernstone Date: Tue, 18 May 2021 04:59:36 -0600 Subject: [PATCH] Adding build.mcu to save name killed export. reverting. fixes #5174 (#5177) --- platform.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.txt b/platform.txt index a2533007..7ad7c472 100644 --- a/platform.txt +++ b/platform.txt @@ -148,8 +148,8 @@ recipe.objcopy.bin.pattern="{tools.esptool_py.path}/{tools.esptool_py.cmd}" {rec recipe.objcopy.bin.pattern.linux=python "{tools.esptool_py.path}/{tools.esptool_py.cmd}" {recipe.objcopy.bin.pattern_args} ## Save bin -recipe.output.tmp_file={build.project_name}.{build.mcu}.bin -recipe.output.save_file={build.project_name}.{build.mcu}.{build.variant}.bin +recipe.output.tmp_file={build.project_name}.bin +recipe.output.save_file={build.project_name}.{build.variant}.bin ## Compute size recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"