diff --git a/.github/workflows/build-clang-doxy.yml b/.github/workflows/build-clang-doxy.yml index 9a3c72108..03d37b322 100644 --- a/.github/workflows/build-clang-doxy.yml +++ b/.github/workflows/build-clang-doxy.yml @@ -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 @@ -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: diff --git a/library.properties b/library.properties index f6063d7ed..52f817f16 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit WipperSnapper -version=1.0.0-beta.107 +version=1.0.0-beta.108 author=Adafruit maintainer=Adafruit sentence=Arduino application for Adafruit.io WipperSnapper diff --git a/src/Wippersnapper.h b/src/Wippersnapper.h index 00efa6f61..c8af86984 100644 --- a/src/Wippersnapper.h +++ b/src/Wippersnapper.h @@ -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