From 9ecd9cae58c7df03db751cfe7b3a07f7d77618b4 Mon Sep 17 00:00:00 2001 From: brentru Date: Thu, 12 Sep 2024 11:27:26 -0400 Subject: [PATCH 1/3] patch wifi scan issue --- .github/workflows/build-clang-doxy.yml | 6 +++--- library.properties | 2 +- src/Wippersnapper.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-clang-doxy.yml b/.github/workflows/build-clang-doxy.yml index 67cc35328..0d8cfc3ef 100644 --- a/.github/workflows/build-clang-doxy.yml +++ b/.github/workflows/build-clang-doxy.yml @@ -33,7 +33,7 @@ jobs: echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags) - uses: actions/checkout@v4 with: - repository: adafruit/ci-arduino + repository: brentru/ci-arduino path: ci - name: Checkout Board Definitions uses: actions/checkout@v4 @@ -258,7 +258,7 @@ jobs: echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags) - uses: actions/checkout@v4 with: - repository: adafruit/ci-arduino + repository: brentru/ci-arduino path: ci - name: Checkout Board Definitions uses: actions/checkout@v4 @@ -646,7 +646,7 @@ jobs: echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags) - uses: actions/checkout@v4 with: - repository: adafruit/ci-arduino + repository: brentru/ci-arduino path: ci - name: Checkout Board Definitions uses: actions/checkout@v4 diff --git a/library.properties b/library.properties index bd3aed723..a69d96274 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit WipperSnapper -version=1.0.0-beta.89 +version=1.0.0-beta.90 author=Adafruit maintainer=Adafruit sentence=Arduino application for Adafruit.io WipperSnapper diff --git a/src/Wippersnapper.h b/src/Wippersnapper.h index 2f5acb772..ccc55c9f9 100644 --- a/src/Wippersnapper.h +++ b/src/Wippersnapper.h @@ -142,7 +142,7 @@ #endif #define WS_VERSION \ - "1.0.0-beta.89" ///< WipperSnapper app. version (semver-formatted) + "1.0.0-beta.90" ///< WipperSnapper app. version (semver-formatted) // Reserved Adafruit IO MQTT topics #define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic From a3d74c9c0bdab5cdc94c362d4097a2e56df9f0db Mon Sep 17 00:00:00 2001 From: brentru Date: Thu, 12 Sep 2024 12:52:54 -0400 Subject: [PATCH 2/3] shorten names --- .github/workflows/build-clang-doxy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-clang-doxy.yml b/.github/workflows/build-clang-doxy.yml index 0d8cfc3ef..ced47379a 100644 --- a/.github/workflows/build-clang-doxy.yml +++ b/.github/workflows/build-clang-doxy.yml @@ -13,7 +13,7 @@ on: jobs: build-esp32sx-esptool: - name: Build WipperSnapper ESP32-Sx + name: Build ESP32-Sx runs-on: ubuntu-latest strategy: fail-fast: false @@ -144,7 +144,7 @@ jobs: wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2 build-esp32sx: - name: Build WipperSnapper ESP32-Sx + name: Build ESP32-Sx runs-on: ubuntu-latest strategy: fail-fast: false @@ -226,7 +226,7 @@ jobs: wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin build-esp32: - name: Build WipperSnapper ESP32, ESP32-Cx + name: Build ESP32 and Cx runs-on: ubuntu-latest strategy: fail-fast: false From 8f16b4fb6d31da3444e730352b5cd11f0f271c46 Mon Sep 17 00:00:00 2001 From: brentru Date: Thu, 12 Sep 2024 13:36:08 -0400 Subject: [PATCH 3/3] push updated ref to all esp32x boards --- .github/workflows/build-clang-doxy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-clang-doxy.yml b/.github/workflows/build-clang-doxy.yml index ced47379a..595fd82b6 100644 --- a/.github/workflows/build-clang-doxy.yml +++ b/.github/workflows/build-clang-doxy.yml @@ -35,6 +35,7 @@ jobs: with: repository: brentru/ci-arduino path: ci + ref: add-ws-partition-scheme-targets - name: Checkout Board Definitions uses: actions/checkout@v4 with: @@ -260,6 +261,7 @@ jobs: with: repository: brentru/ci-arduino path: ci + ref: add-ws-partition-scheme-targets - name: Checkout Board Definitions uses: actions/checkout@v4 with: @@ -648,6 +650,7 @@ jobs: with: repository: brentru/ci-arduino path: ci + ref: add-ws-partition-scheme-targets - name: Checkout Board Definitions uses: actions/checkout@v4 with: