Skip to content

Migrate S2 boards to web-native-usb build task #780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 23 additions & 12 deletions .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,29 @@ jobs:
"funhouse_noota",
"esp32s3_devkitc_1_n8",
"xiao_esp32s3",
"magtag",
"metroesp32s2",
"feather_esp32s2_tft",
"feather_esp32s2_reverse_tft",
"qtpy_esp32s2",
]
include:
- offset: "0x0"
- offset: "0x1000"
arduino-platform: "funhouse_noota"
- offset: "0x1000"
arduino-platform: "feather_esp32s2"
# include:
# - offset: "0x0"
# - offset: "0x1000"
# arduino-platform: "funhouse_noota"
# - offset: "0x1000"
# arduino-platform: "feather_esp32s2"
# - offset: "0x1000"
# arduino-platform: "metroesp32s2"
# - offset: "0x1000"
# arduino-platform: "magtag"
# - offset: "0x1000"
# arduino-platform: "feather_esp32s2_tft"
# - offset: "0x1000"
# arduino-platform: "feather_esp32s2_reverse_tft"
# - offset: "0x1000"
# arduino-platform: "qtpy_esp32s2"

steps:
- name: "skip if unwanted"
continue-on-error: true
Expand Down Expand Up @@ -230,17 +246,12 @@ jobs:
matrix:
arduino-platform:
[
"magtag",
"metroesp32s2",
"metro_esp32s3",
"feather_esp32s2_tft",
"feather_esp32s2_reverse_tft",
"feather_esp32s3",
"feather_esp32s3_4mbflash_2mbpsram",
"feather_esp32s3_reverse_tft",
"feather_esp32s3_tft",
"qtpy_esp32s3",
"qtpy_esp32s2",
"feather_esp32s3_reverse_tft",
"qtpy_esp32s3_n4r2",
]
steps:
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit WipperSnapper
version=1.0.0-beta.107
version=1.0.0-beta.108
author=Adafruit
maintainer=Adafruit <adafruitio@adafruit.com>
sentence=Arduino application for Adafruit.io WipperSnapper
Expand Down
2 changes: 1 addition & 1 deletion src/Wippersnapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
#endif

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

// Reserved Adafruit IO MQTT topics
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
Expand Down
Loading