Skip to content

Commit 175c545

Browse files
authored
add f_boot
1 parent 0a26a8c commit 175c545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platformio-build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_bootloader_image(variants_dir):
8888
FRAMEWORK_LIBS_DIR,
8989
build_mcu,
9090
"bin",
91-
"bootloader_${__get_board_boot_mode(__env__)}_${__get_board_f_flash(__env__)}.elf",
91+
"bootloader_${__get_board_boot_mode(__env__)}_${__get_board_f_boot(__env__)}.elf",
9292
)
9393
)
9494
)

0 commit comments

Comments
 (0)