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:
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
Original file line number Diff line number Diff line change 11name =Adafruit WipperSnapper
2- version =1.0.0-alpha.81
2+ version =1.0.0-alpha.82
33author =Adafruit
44maintainer =Adafruit <adafruitio@adafruit.com>
55sentence =Arduino application for Adafruit.io WipperSnapper
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments