Skip to content

Commit 82a6348

Browse files
add f_boot (espressif#9380)
Co-authored-by: Jan Procházka <[email protected]>
1 parent ab322be commit 82a6348

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)