mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
saveHex: rename recipe.hex -> recipe.output
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
This commit is contained in:
committed by
Federico Fissore
parent
4acfc0c344
commit
4d029de000
@ -1160,9 +1160,9 @@ public class Compiler implements MessageConsumer {
|
||||
|
||||
String[] cmdArray;
|
||||
try {
|
||||
String tmp_file = prefs.getOrExcept("recipe.hex.tmp_file");
|
||||
String tmp_file = prefs.getOrExcept("recipe.output.tmp_file");
|
||||
tmp_file = StringReplacer.replaceFromMapping(tmp_file, dict);
|
||||
String save_file = prefs.getOrExcept("recipe.hex.save_file");
|
||||
String save_file = prefs.getOrExcept("recipe.output.save_file");
|
||||
save_file = StringReplacer.replaceFromMapping(save_file, dict);
|
||||
|
||||
File hexFile = new File(prefs.get("build.path") + "/" + tmp_file);
|
||||
|
Reference in New Issue
Block a user