We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab542d commit cc9b359Copy full SHA for cc9b359
1 file changed
tools/pioarduino-build.py
@@ -95,7 +95,7 @@ def generate_bootloader_image(bootloader_elf):
95
env.VerboseAction(
96
" ".join(
97
[
98
- '"$PYTHONEXE" "$OBJCOPY"',
+ "$OBJCOPY",
99
"--chip",
100
build_mcu,
101
"elf2image",
0 commit comments