Skip to content

Commit 6af43d5

Browse files
authored
Merge pull request #559 from adafruit/remove-funhouse-build
Remove funhouse build target
2 parents 1731273 + a0203f6 commit 6af43d5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
arduino-platform: ["funhouse", "funhouse_noota", "magtag",
21+
arduino-platform: ["funhouse_noota", "magtag",
2222
"metroesp32s2", "feather_esp32s2",
2323
"feather_esp32s2_tft", "feather_esp32s2_reverse_tft",
2424
"feather_esp32s3", "feather_esp32s3_4mbflash_2mbpsram",

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.78
2+
version=1.0.0-alpha.79
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
@@ -90,7 +90,7 @@
9090
#endif
9191

9292
#define WS_VERSION \
93-
"1.0.0-beta.78" ///< WipperSnapper app. version (semver-formatted)
93+
"1.0.0-alpha.79" ///< WipperSnapper app. version (semver-formatted)
9494

9595
// Reserved Adafruit IO MQTT topics
9696
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic

0 commit comments

Comments
 (0)