File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ jobs:
225
225
include :
226
226
- offset : " 0x1000"
227
227
- offset : " 0x0"
228
- arduino-platform : " qtpy_esp32c3 "
228
+ arduino-platform : " wippersnapper_qtpy_esp32c3 "
229
229
steps :
230
230
- uses : actions/setup-python@v4
231
231
with :
@@ -245,6 +245,7 @@ jobs:
245
245
with :
246
246
repository : adafruit/Wippersnapper_Boards
247
247
path : ws-boards
248
+ ref : funhouse-web-native-usb
248
249
- name : Install CI-Arduino
249
250
run : bash ci/actions_install.sh
250
251
- name : Install extra Arduino libraries
@@ -611,4 +612,4 @@ jobs:
611
612
env :
612
613
GH_REPO_TOKEN : ${{ secrets.GH_REPO_TOKEN }}
613
614
PRETTYNAME : " Adafruit.io WipperSnapper Library"
614
- run : bash ci/doxy_gen_and_deploy.sh
615
+ run : bash ci/doxy_gen_and_deploy.sh
Original file line number Diff line number Diff line change 1
1
name =Adafruit WipperSnapper
2
- version =1.0.0-alpha.81
2
+ version =1.0.0-alpha.82
3
3
author =Adafruit
4
4
maintainer =Adafruit <adafruitio@adafruit.com>
5
5
sentence =Arduino application for Adafruit.io WipperSnapper
Original file line number Diff line number Diff line change 90
90
#endif
91
91
92
92
#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)
94
94
95
95
// Reserved Adafruit IO MQTT topics
96
96
#define TOPIC_IO_THROTTLE " /throttle" // /< Adafruit IO Throttle MQTT Topic
You can’t perform that action at this time.
0 commit comments