Skip to content

Commit

Permalink
add f_boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Mar 15, 2024
1 parent 0a26a8c commit 175c545
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 @@ -88,7 +88,7 @@ def get_bootloader_image(variants_dir):
FRAMEWORK_LIBS_DIR,
build_mcu,
"bin",
"bootloader_${__get_board_boot_mode(__env__)}_${__get_board_f_flash(__env__)}.elf",
"bootloader_${__get_board_boot_mode(__env__)}_${__get_board_f_boot(__env__)}.elf",
)
)
)
Expand Down

0 comments on commit 175c545

Please sign in to comment.