Skip to content

Commit 8b02c9b

Browse files
authored
Merge pull request #780 from adafruit/migrate-s2-boards
Migrate S2 boards to web-native-usb build task
2 parents c653e06 + 921527a commit 8b02c9b

File tree

3 files changed

+25
-14
lines changed

3 files changed

+25
-14
lines changed

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

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,29 @@ jobs:
2929
"funhouse_noota",
3030
"esp32s3_devkitc_1_n8",
3131
"xiao_esp32s3",
32+
"magtag",
33+
"metroesp32s2",
34+
"feather_esp32s2_tft",
35+
"feather_esp32s2_reverse_tft",
36+
"qtpy_esp32s2",
3237
]
33-
include:
34-
- offset: "0x0"
35-
- offset: "0x1000"
36-
arduino-platform: "funhouse_noota"
37-
- offset: "0x1000"
38-
arduino-platform: "feather_esp32s2"
38+
# include:
39+
# - offset: "0x0"
40+
# - offset: "0x1000"
41+
# arduino-platform: "funhouse_noota"
42+
# - offset: "0x1000"
43+
# arduino-platform: "feather_esp32s2"
44+
# - offset: "0x1000"
45+
# arduino-platform: "metroesp32s2"
46+
# - offset: "0x1000"
47+
# arduino-platform: "magtag"
48+
# - offset: "0x1000"
49+
# arduino-platform: "feather_esp32s2_tft"
50+
# - offset: "0x1000"
51+
# arduino-platform: "feather_esp32s2_reverse_tft"
52+
# - offset: "0x1000"
53+
# arduino-platform: "qtpy_esp32s2"
54+
3955
steps:
4056
- name: "skip if unwanted"
4157
continue-on-error: true
@@ -230,17 +246,12 @@ jobs:
230246
matrix:
231247
arduino-platform:
232248
[
233-
"magtag",
234-
"metroesp32s2",
235249
"metro_esp32s3",
236-
"feather_esp32s2_tft",
237-
"feather_esp32s2_reverse_tft",
238250
"feather_esp32s3",
239251
"feather_esp32s3_4mbflash_2mbpsram",
252+
"feather_esp32s3_reverse_tft",
240253
"feather_esp32s3_tft",
241254
"qtpy_esp32s3",
242-
"qtpy_esp32s2",
243-
"feather_esp32s3_reverse_tft",
244255
"qtpy_esp32s3_n4r2",
245256
]
246257
steps:

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit WipperSnapper
2-
version=1.0.0-beta.107
2+
version=1.0.0-beta.108
33
author=Adafruit
44
maintainer=Adafruit <adafruitio@adafruit.com>
55
sentence=Arduino application for Adafruit.io WipperSnapper

src/Wippersnapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
#endif
143143

144144
#define WS_VERSION \
145-
"1.0.0-beta.107" ///< WipperSnapper app. version (semver-formatted)
145+
"1.0.0-beta.108" ///< WipperSnapper app. version (semver-formatted)
146146

147147
// Reserved Adafruit IO MQTT topics
148148
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic

0 commit comments

Comments
 (0)