fix deprecated warnings caaused from esptool v5.0.0 (#11556)

This commit is contained in:
Jason2866 2025-07-07 12:01:50 +02:00 committed by GitHub
parent d3c5a82eed
commit b709a78283
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,7 @@ def generate_bootloader_image(bootloader_elf):
env.VerboseAction( env.VerboseAction(
" ".join( " ".join(
[ [
'"$PYTHONEXE" "$OBJCOPY"', "$OBJCOPY",
"--chip", "--chip",
build_mcu, build_mcu,
"elf2image", "elf2image",