Skip to content

Commit 4ebd82c

Browse files
authored
rename to get_board_f_image
1 parent ca9bb64 commit 4ebd82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platformio-build.py

Lines changed: 1 addition & 1 deletion
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_img_freq(__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)