From 1f076a321100bd587af766805a8b96694589a647 Mon Sep 17 00:00:00 2001 From: tyeth Date: Mon, 22 Apr 2024 15:51:37 +0100 Subject: [PATCH 1/2] Alpha 82 - swap to funhouse_noota + min_spiffs boards branch --- .github/workflows/build-clang-doxy.yml | 1 + library.properties | 2 +- src/Wippersnapper.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-clang-doxy.yml b/.github/workflows/build-clang-doxy.yml index 84d4a4f47..efb11eae4 100644 --- a/.github/workflows/build-clang-doxy.yml +++ b/.github/workflows/build-clang-doxy.yml @@ -245,6 +245,7 @@ jobs: with: repository: adafruit/Wippersnapper_Boards path: ws-boards + ref: funhouse-web-native-usb - name: Install CI-Arduino run: bash ci/actions_install.sh - name: Install extra Arduino libraries diff --git a/library.properties b/library.properties index 89a1fb1f8..534fdb711 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit WipperSnapper -version=1.0.0-alpha.81 +version=1.0.0-alpha.82 author=Adafruit maintainer=Adafruit sentence=Arduino application for Adafruit.io WipperSnapper diff --git a/src/Wippersnapper.h b/src/Wippersnapper.h index 4d3de8ea5..ac88986e7 100644 --- a/src/Wippersnapper.h +++ b/src/Wippersnapper.h @@ -90,7 +90,7 @@ #endif #define WS_VERSION \ - "1.0.0-alpha.81" ///< WipperSnapper app. version (semver-formatted) + "1.0.0-alpha.82" ///< WipperSnapper app. version (semver-formatted) // Reserved Adafruit IO MQTT topics #define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic From 948f4c27fcc175ec45a0fa633267765021bfb1f7 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Wed, 24 Apr 2024 20:43:31 +0100 Subject: [PATCH 2/2] Update build-clang-doxy.yml - correct name used in offset --- .github/workflows/build-clang-doxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-clang-doxy.yml b/.github/workflows/build-clang-doxy.yml index efb11eae4..19d8e51a0 100644 --- a/.github/workflows/build-clang-doxy.yml +++ b/.github/workflows/build-clang-doxy.yml @@ -225,7 +225,7 @@ jobs: include: - offset: "0x1000" - offset: "0x0" - arduino-platform: "qtpy_esp32c3" + arduino-platform: "wippersnapper_qtpy_esp32c3" steps: - uses: actions/setup-python@v4 with: @@ -612,4 +612,4 @@ jobs: env: GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }} PRETTYNAME : "Adafruit.io WipperSnapper Library" - run: bash ci/doxy_gen_and_deploy.sh \ No newline at end of file + run: bash ci/doxy_gen_and_deploy.sh