Skip to content

Commit ef3f6fc

Browse files
authored
Merge branch 'master' into parseform-headers
2 parents 9b85f1f + bc769fd commit ef3f6fc

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_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)