We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81eb5f commit df62072Copy full SHA for df62072
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
fail-fast: false
36
matrix:
37
arduino-platform: ["funhouse_tinyusb", "magtag_tinyusb",
38
- "metro_s2_tinyusb"]
+ "metro_s2_tinyusb", "feather_s2_tinyusb"]
39
steps:
40
- uses: actions/setup-python@v1
41
with:
src/Wippersnapper.h
@@ -63,7 +63,7 @@
63
#endif
64
65
#define WS_VERSION \
66
- "1.0.0-beta.15" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.16" ///< WipperSnapper app. version (semver-formatted)
67
68
// Reserved Adafruit IO MQTT topics
69
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
0 commit comments