We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
f_boot
1 parent 0a26a8c commit 175c545Copy full SHA for 175c545
tools/platformio-build.py
@@ -88,7 +88,7 @@ def get_bootloader_image(variants_dir):
88
FRAMEWORK_LIBS_DIR,
89
build_mcu,
90
"bin",
91
- "bootloader_${__get_board_boot_mode(__env__)}_${__get_board_f_flash(__env__)}.elf",
+ "bootloader_${__get_board_boot_mode(__env__)}_${__get_board_f_boot(__env__)}.elf",
92
)
93
94
0 commit comments