Skip to content

Commit

Permalink
add f_boot (#9380)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
  • Loading branch information
Jason2866 and P-R-O-C-H-Y authored Mar 18, 2024
1 parent ab322be commit 82a6348
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 82a6348

Please sign in to comment.