Skip to content

Commit c403ce3

Browse files
authored
Merge pull request #576 from adafruit/alpha-82
Bump to Alpha 82 - swap to funhouse_noota + min_spiffs boards branch
2 parents 61e3e25 + 948f4c2 commit c403ce3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
include:
226226
- offset: "0x1000"
227227
- offset: "0x0"
228-
arduino-platform: "qtpy_esp32c3"
228+
arduino-platform: "wippersnapper_qtpy_esp32c3"
229229
steps:
230230
- uses: actions/setup-python@v4
231231
with:
@@ -245,6 +245,7 @@ jobs:
245245
with:
246246
repository: adafruit/Wippersnapper_Boards
247247
path: ws-boards
248+
ref: funhouse-web-native-usb
248249
- name: Install CI-Arduino
249250
run: bash ci/actions_install.sh
250251
- name: Install extra Arduino libraries
@@ -611,4 +612,4 @@ jobs:
611612
env:
612613
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
613614
PRETTYNAME : "Adafruit.io WipperSnapper Library"
614-
run: bash ci/doxy_gen_and_deploy.sh
615+
run: bash ci/doxy_gen_and_deploy.sh

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-alpha.81
2+
version=1.0.0-alpha.82
33
author=Adafruit
44
maintainer=Adafruit <adafruitio@adafruit.com>
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
@@ -90,7 +90,7 @@
9090
#endif
9191

9292
#define WS_VERSION \
93-
"1.0.0-alpha.81" ///< WipperSnapper app. version (semver-formatted)
93+
"1.0.0-alpha.82" ///< WipperSnapper app. version (semver-formatted)
9494

9595
// Reserved Adafruit IO MQTT topics
9696
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic

0 commit comments

Comments
 (0)