Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9d6ce3

Browse files
committedJan 22, 2025·
fix(c5): Update bootloader location
1 parent 3ac1e5b commit b9d6ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ esp32c5.build.mcu=esp32c5
186186
esp32c5.build.core=esp32
187187
esp32c5.build.variant=esp32c5
188188
esp32c5.build.board=ESP32C5_DEV
189-
esp32c5.build.bootloader_addr=0x0
189+
esp32c5.build.bootloader_addr=0x2000
190190

191191
esp32c5.build.cdc_on_boot=0
192192
esp32c5.build.f_cpu=240000000L

0 commit comments

Comments
 (0)
Please sign in to comment.