diff --git a/.github/workflows/build-clang-doxy.yml b/.github/workflows/build-clang-doxy.yml index e073adf9a..c1b5c893d 100644 --- a/.github/workflows/build-clang-doxy.yml +++ b/.github/workflows/build-clang-doxy.yml @@ -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", diff --git a/examples/Wippersnapper_demo/.funhouse.generate b/examples/Wippersnapper_demo/.funhouse.test.skip similarity index 100% rename from examples/Wippersnapper_demo/.funhouse.generate rename to examples/Wippersnapper_demo/.funhouse.test.skip diff --git a/library.properties b/library.properties index 7b64be781..f49e07549 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit WipperSnapper -version=1.0.0-beta.78 +version=1.0.0-alpha.79 author=Adafruit maintainer=Adafruit sentence=Arduino application for Adafruit.io WipperSnapper diff --git a/src/Wippersnapper.h b/src/Wippersnapper.h index 65b0b5940..e30e93d1d 100644 --- a/src/Wippersnapper.h +++ b/src/Wippersnapper.h @@ -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