8000 Update platformio-build-esp32c3.py · Tinkerforge/arduino-esp32@66b11ff · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)
0