Skip to content

Commit

Permalink
Merge pull request #559 from adafruit/remove-funhouse-build
Browse files Browse the repository at this point in the history
Remove funhouse build target
  • Loading branch information
tyeth authored Mar 27, 2024
2 parents 1731273 + a0203f6 commit 6af43d5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arduino-platform: ["funhouse", "funhouse_noota", "magtag",
arduino-platform: ["funhouse_noota", "magtag",
"metroesp32s2", "feather_esp32s2",
"feather_esp32s2_tft", "feather_esp32s2_reverse_tft",
"feather_esp32s3", "feather_esp32s3_4mbflash_2mbpsram",
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.78
version=1.0.0-alpha.79
author=Adafruit
maintainer=Adafruit <[email protected]>
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 @@ -90,7 +90,7 @@
#endif

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

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

0 comments on commit 6af43d5

Please sign in to comment.