changes for updated esptool.py v5 (#11488)

This commit is contained in:
Jason2866 2025-06-20 11:25:03 +02:00 committed by GitHub
parent 02be6e8826
commit 016077e245
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,11 +99,11 @@ def generate_bootloader_image(bootloader_elf):
"--chip",
build_mcu,
"elf2image",
"--flash_mode",
"--flash-mode",
"${__get_board_flash_mode(__env__)}",
"--flash_freq",
"--flash-freq",
"${__get_board_f_image(__env__)}",
"--flash_size",
"--flash-size",
board_config.get("upload.flash_size", "4MB"),
"-o",
"$TARGET",