Skip to content

Commit b709a78

Browse files
authored
fix deprecated warnings caaused from esptool v5.0.0 (#11556)
1 parent d3c5a82 commit b709a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pioarduino-build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def generate_bootloader_image(bootloader_elf):
9595
env.VerboseAction(
9696
" ".join(
9797
[
98-
'"$PYTHONEXE" "$OBJCOPY"',
98+
"$OBJCOPY",
9999
"--chip",
100100
build_mcu,
101101
"elf2image",

0 commit comments

Comments
 (0)