Skip to content

Commit 66b11ff

Browse files
authored
Update platformio-build-esp32c3.py
1 parent 404a31f commit 66b11ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platformio-build-esp32c3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
],
250250

251251
FLASH_EXTRA_IMAGES=[
252-
("0x1000", join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "bin", "bootloader_${BOARD_FLASH_MODE}_${__get_board_f_flash(__env__)}.bin")),
252+
("0x0000", join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "bin", "bootloader_${BOARD_FLASH_MODE}_${__get_board_f_flash(__env__)}.bin")),
253253
("0x8000", join(env.subst("$BUILD_DIR"), "partitions.bin")),
254254
("0xe000", join(FRAMEWORK_DIR, "tools", "partitions", "boot_app0.bin"))
255255
]

0 commit comments

Comments
 (0)