Skip to content

Commit 1ab027e

Browse files
authored
Merge pull request #629 from adafruit/patch-wifi-scan-issue
Fix WiFi Scan Issue
2 parents 8e8ac1a + 8f16b4f commit 1ab027e

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/build-clang-doxy.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build-esp32sx-esptool:
16-
name: Build WipperSnapper ESP32-Sx
16+
name: Build ESP32-Sx
1717
runs-on: ubuntu-latest
1818
strategy:
1919
fail-fast: false
@@ -33,8 +33,9 @@ jobs:
3333
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
3434
- uses: actions/checkout@v4
3535
with:
36-
repository: adafruit/ci-arduino
36+
repository: brentru/ci-arduino
3737
path: ci
38+
ref: add-ws-partition-scheme-targets
3839
- name: Checkout Board Definitions
3940
uses: actions/checkout@v4
4041
with:
@@ -144,7 +145,7 @@ jobs:
144145
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
145146
146147
build-esp32sx:
147-
name: Build WipperSnapper ESP32-Sx
148+
name: Build ESP32-Sx
148149
runs-on: ubuntu-latest
149150
strategy:
150151
fail-fast: false
@@ -226,7 +227,7 @@ jobs:
226227
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
227228
228229
build-esp32:
229-
name: Build WipperSnapper ESP32, ESP32-Cx
230+
name: Build ESP32 and Cx
230231
runs-on: ubuntu-latest
231232
strategy:
232233
fail-fast: false
@@ -258,8 +259,9 @@ jobs:
258259
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
259260
- uses: actions/checkout@v4
260261
with:
261-
repository: adafruit/ci-arduino
262+
repository: brentru/ci-arduino
262263
path: ci
264+
ref: add-ws-partition-scheme-targets
263265
- name: Checkout Board Definitions
264266
uses: actions/checkout@v4
265267
with:
@@ -646,8 +648,9 @@ jobs:
646648
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
647649
- uses: actions/checkout@v4
648650
with:
649-
repository: adafruit/ci-arduino
651+
repository: brentru/ci-arduino
650652
path: ci
653+
ref: add-ws-partition-scheme-targets
651654
- name: Checkout Board Definitions
652655
uses: actions/checkout@v4
653656
with:

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit WipperSnapper
2-
version=1.0.0-beta.89
2+
version=1.0.0-beta.90
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=Arduino application for Adafruit.io WipperSnapper

src/Wippersnapper.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
#endif
143143

144144
#define WS_VERSION \
145-
"1.0.0-beta.89" ///< WipperSnapper app. version (semver-formatted)
145+
"1.0.0-beta.90" ///< WipperSnapper app. version (semver-formatted)
146146

147147
// Reserved Adafruit IO MQTT topics
148148
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic

0 commit comments

Comments
 (0)