Skip to content

Commit 9ecd9ca

Browse files
committed
patch wifi scan issue
1 parent 8e8ac1a commit 9ecd9ca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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
3838
- name: Checkout Board Definitions
3939
uses: actions/checkout@v4
@@ -258,7 +258,7 @@ jobs:
258258
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
259259
- uses: actions/checkout@v4
260260
with:
261-
repository: adafruit/ci-arduino
261+
repository: brentru/ci-arduino
262262
path: ci
263263
- name: Checkout Board Definitions
264264
uses: actions/checkout@v4
@@ -646,7 +646,7 @@ jobs:
646646
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
647647
- uses: actions/checkout@v4
648648
with:
649-
repository: adafruit/ci-arduino
649+
repository: brentru/ci-arduino
650650
path: ci
651651
- name: Checkout Board Definitions
652652
uses: actions/checkout@v4

library.properties

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)