Skip to content

Commit 1f076a3

Browse files
committed
Alpha 82 - swap to funhouse_noota + min_spiffs boards branch
1 parent 61e3e25 commit 1f076a3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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)