Skip to content

Commit 4866be8

Browse files
authored
Merge branch 'master' into patch-2
2 parents c83ab60 + bc769fd commit 4866be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)