patch wifi scan issue
This commit is contained in:
parent
8e8ac1a85f
commit
9ecd9cae58
3 changed files with 5 additions and 5 deletions
6
.github/workflows/build-clang-doxy.yml
vendored
6
.github/workflows/build-clang-doxy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name=Adafruit WipperSnapper
|
||||
version=1.0.0-beta.89
|
||||
version=1.0.0-beta.90
|
||||
author=Adafruit
|
||||
maintainer=Adafruit <adafruitio@adafruit.com>
|
||||
sentence=Arduino application for Adafruit.io WipperSnapper
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue