Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading