Skip to content

Commit 6a98837

Browse files
committed
Reorder targets in esptool job by chip then alpha
1 parent effe76b commit 6a98837

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
arduino-platform:
2727
[
2828
"feather_esp32s2",
29+
"feather_esp32s2_reverse_tft",
30+
"feather_esp32s2_tft",
2931
"funhouse_noota",
30-
"esp32s3_devkitc_1_n8",
31-
"xiao_esp32s3",
3232
"magtag",
3333
"metroesp32s2",
34-
"feather_esp32s2_tft",
35-
"feather_esp32s2_reverse_tft",
3634
"qtpy_esp32s2",
35+
"esp32s3_devkitc_1_n8",
3736
"feather_esp32s3_4mbflash_2mbpsram",
3837
"feather_esp32s3_reverse_tft",
3938
"feather_esp32s3_tft",
4039
"qtpy_esp32s3_n4r2",
40+
"xiao_esp32s3",
4141
]
4242
# include:
4343
# - offset: "0x0"

0 commit comments

Comments
 (0)