Skip to content

Commit bc769fd

Browse files
authored
Implement get_board_f_image (espressif#9243)
* Implement `get_board_img_freq` * rename to `get_board_f_image`
1 parent 698b78a commit bc769fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platformio-build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def generate_bootloader_image(bootloader_elf):
102102
'"$PYTHONEXE" "$OBJCOPY"',
103103
"--chip", build_mcu, "elf2image",
104104
"--flash_mode", "${__get_board_flash_mode(__env__)}",
105-
"--flash_freq", "${__get_board_f_flash(__env__)}",
105+
"--flash_freq", "${__get_board_f_image(__env__)}",
106106
"--flash_size", board_config.get("upload.flash_size", "4MB"),
107107
"-o", "$TARGET", "$SOURCES"
108108
]), "Building $TARGET"),

0 commit comments

Comments
 (0)