From 78b95577a751bc35601444d2ff65257d2848e793 Mon Sep 17 00:00:00 2001
From: Larry Bernstone <lbernstone@gmail.com>
Date: Thu, 13 May 2021 16:02:26 -0600
Subject: [PATCH] Adding build.mcu to save name killed export. reverting. 
 fixes #5174

---
 platform.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/platform.txt b/platform.txt
index a25330074bd..7ad7c472f53 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"