Skip to content

Commit

Permalink
Merge branch 'alpha-82' into add-VL53L4CX
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Apr 24, 2024
2 parents 213fcef + 948f4c2 commit a8cc64c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
include:
- offset: "0x1000"
- offset: "0x0"
arduino-platform: "qtpy_esp32c3"
arduino-platform: "wippersnapper_qtpy_esp32c3"
steps:
- uses: actions/setup-python@v4
with:
Expand All @@ -245,6 +245,7 @@ jobs:
with:
repository: adafruit/Wippersnapper_Boards
path: ws-boards
ref: funhouse-web-native-usb
- name: Install CI-Arduino
run: bash ci/actions_install.sh
- name: Install extra Arduino libraries
Expand Down Expand Up @@ -611,4 +612,4 @@ jobs:
env:
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
PRETTYNAME : "Adafruit.io WipperSnapper Library"
run: bash ci/doxy_gen_and_deploy.sh
run: bash ci/doxy_gen_and_deploy.sh
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-alpha.81
version=1.0.0-alpha.82
author=Adafruit
maintainer=Adafruit <adafruitio@adafruit.com>
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 @@ -90,7 +90,7 @@
#endif

#define WS_VERSION \
"1.0.0-alpha.81" ///< WipperSnapper app. version (semver-formatted)
"1.0.0-alpha.82" ///< 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 a8cc64c

Please sign in to comment.