changes for updated esptool.py v5 (#11488)
This commit is contained in:
parent
02be6e8826
commit
016077e245
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue