Skip to content

Commit 2c2755a

Browse files
committed
Correct bootloader offset for C5
1 parent 70b0023 commit 2c2755a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ jobs:
378378
arduino-platform: "dfrobot_beetle_esp32c3"
379379
- offset: "0x0"
380380
arduino-platform: "wippersnapper_qtpy_esp32c3"
381-
- offset: "0x0"
381+
- offset: "0x2000"
382382
arduino-platform: "espressif_esp32c5_devkitc_1_n8r4"
383383
- offset: "0x0"
384384
arduino-platform: "wippersnapper_feather_esp32c6"
@@ -919,7 +919,7 @@ jobs:
919919
- offset: "0x1000"
920920
- offset: "0x0"
921921
arduino-platform: "wippersnapper_feather_esp32c6_debug"
922-
- offset: "0x0"
922+
- offset: "0x2000"
923923
arduino-platform: "espressif_esp32c5_devkitc_1_n8r4_debug"
924924

925925
steps:

0 commit comments

Comments
 (0)