Skip to content

Commit f7ec0e5

Browse files
authored
reset bootloader offset to 0x0 for esp32s3 devkit
1 parent aa2d7d4 commit f7ec0e5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
arduino-platform: [
22-
"funhouse_noota",
23-
"esp32s3_devkitc_1_n8"
21+
arduino-platform:
22+
[
23+
"funhouse_noota",
24+
"esp32s3_devkitc_1_n8"
2425
]
2526
include:
2627
- offset: "0x0"
2728
- offset: "0x1000"
2829
arduino-platform: "funhouse_noota"
29-
- offset: "0x1000"
30-
arduino-platform: "esp32s3_devkitc_1_n8"
3130
steps:
3231
- uses: actions/setup-python@v5
3332
with:

0 commit comments

Comments
 (0)