Skip to content

Commit bf6b75e

Browse files
committed
Test
1 parent 961e172 commit bf6b75e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

platform.txt

-5
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,6 @@ recipe.hooks.objcopy.postobjcopy.3.pattern_args=(echo --fill-flash-size {build.f
175175
recipe.hooks.objcopy.postobjcopy.3.pattern=/usr/bin/env bash -c "{recipe.hooks.objcopy.postobjcopy.3.pattern_args}"
176176
recipe.hooks.objcopy.postobjcopy.3.pattern.windows=cmd /c {recipe.hooks.objcopy.postobjcopy.3.pattern_args}
177177

178-
# Create merged binary
179-
recipe.hooks.objcopy.postobjcopy.4.pattern_args=--chip {build.mcu} merge_bin -o "{build.path}/{build.project_name}.merged.bin" "@{flash_args.path}"
180-
recipe.hooks.objcopy.postobjcopy.4.pattern="{tools.esptool_py.path}/{tools.esptool_py.cmd}" {recipe.hooks.objcopy.postobjcopy.4.pattern_args}
181-
recipe.hooks.objcopy.postobjcopy.4.pattern.linux=python3 "{tools.esptool_py.path}/{tools.esptool_py.cmd}" {recipe.hooks.objcopy.postobjcopy.4.pattern_args}
182-
183178
## Save bin
184179
recipe.output.tmp_file={build.project_name}.bin
185180
recipe.output.save_file={build.project_name}.{build.variant}.bin

0 commit comments

Comments
 (0)