Skip to content

Commit

Permalink
Merge pull request #629 from adafruit/patch-wifi-scan-issue
Browse files Browse the repository at this point in the history
Fix WiFi Scan Issue
  • Loading branch information
brentru authored Sep 12, 2024
2 parents 8e8ac1a + 8f16b4f commit 1ab027e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,8 +33,9 @@ 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
ref: add-ws-partition-scheme-targets
- name: Checkout Board Definitions
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -144,7 +145,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
Expand Down Expand Up @@ -226,7 +227,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
Expand Down Expand Up @@ -258,8 +259,9 @@ 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
ref: add-ws-partition-scheme-targets
- name: Checkout Board Definitions
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -646,8 +648,9 @@ 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
ref: add-ws-partition-scheme-targets
- name: Checkout Board Definitions
uses: actions/checkout@v4
with:
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.89
version=1.0.0-beta.90
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 @@ -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
Expand Down

0 comments on commit 1ab027e

Please sign in to comment.