Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix deprecated warnings caaused from esptool v5.0.0 (espressif#11556)
  • Loading branch information
Jason2866 authored Jul 7, 2025
commit b709a782839e4bfb143df5be9a108ff4414a565c
2 changes: 1 addition & 1 deletion tools/pioarduino-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def generate_bootloader_image(bootloader_elf):
env.VerboseAction(
" ".join(
[
'"$PYTHONEXE" "$OBJCOPY"',
"$OBJCOPY",
"--chip",
build_mcu,
"elf2image",
Expand Down