Skip to content

Commit

Permalink
Merge branch 'master' into parseform-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz authored Feb 16, 2024
2 parents 9b85f1f + bc769fd commit ef3f6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/platformio-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def generate_bootloader_image(bootloader_elf):
'"$PYTHONEXE" "$OBJCOPY"',
"--chip", build_mcu, "elf2image",
"--flash_mode", "${__get_board_flash_mode(__env__)}",
"--flash_freq", "${__get_board_f_flash(__env__)}",
"--flash_freq", "${__get_board_f_image(__env__)}",
"--flash_size", board_config.get("upload.flash_size", "4MB"),
"-o", "$TARGET", "$SOURCES"
]), "Building $TARGET"),
Expand Down

0 comments on commit ef3f6fc

Please sign in to comment.