Skip to content

Commit 6dbdd00

Browse files
authored
fix path (#8096)
1 parent 7bc80a4 commit 6dbdd00

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
@@ -86,7 +86,7 @@ def get_bootloader_image(variants_dir):
8686
join(
8787
FRAMEWORK_DIR,
8888
"tools",
89-
"sdk",
89+
"esp32-arduino-libs",
9090
build_mcu,
9191
"bin",
9292
"bootloader_${__get_board_boot_mode(__env__)}_${__get_board_f_flash(__env__)}.elf",

0 commit comments

Comments
 (0)