File tree Expand file tree Collapse file tree 3 files changed +25
-14
lines changed Expand file tree Collapse file tree 3 files changed +25
-14
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,29 @@ jobs:
2929 " funhouse_noota" ,
3030 " esp32s3_devkitc_1_n8" ,
3131 " xiao_esp32s3" ,
32+ " magtag" ,
33+ " metroesp32s2" ,
34+ " feather_esp32s2_tft" ,
35+ " feather_esp32s2_reverse_tft" ,
36+ " qtpy_esp32s2" ,
3237 ]
33- include :
34- - offset : " 0x0"
35- - offset : " 0x1000"
36- arduino-platform : " funhouse_noota"
37- - offset : " 0x1000"
38- arduino-platform : " feather_esp32s2"
38+ # include:
39+ # - offset: "0x0"
40+ # - offset: "0x1000"
41+ # arduino-platform: "funhouse_noota"
42+ # - offset: "0x1000"
43+ # arduino-platform: "feather_esp32s2"
44+ # - offset: "0x1000"
45+ # arduino-platform: "metroesp32s2"
46+ # - offset: "0x1000"
47+ # arduino-platform: "magtag"
48+ # - offset: "0x1000"
49+ # arduino-platform: "feather_esp32s2_tft"
50+ # - offset: "0x1000"
51+ # arduino-platform: "feather_esp32s2_reverse_tft"
52+ # - offset: "0x1000"
53+ # arduino-platform: "qtpy_esp32s2"
54+
3955 steps :
4056 - name : " skip if unwanted"
4157 continue-on-error : true
@@ -230,17 +246,12 @@ jobs:
230246 matrix :
231247 arduino-platform :
232248 [
233- " magtag" ,
234- " metroesp32s2" ,
235249 " metro_esp32s3" ,
236- " feather_esp32s2_tft" ,
237- " feather_esp32s2_reverse_tft" ,
238250 " feather_esp32s3" ,
239251 " feather_esp32s3_4mbflash_2mbpsram" ,
252+ " feather_esp32s3_reverse_tft" ,
240253 " feather_esp32s3_tft" ,
241254 " qtpy_esp32s3" ,
242- " qtpy_esp32s2" ,
243- " feather_esp32s3_reverse_tft" ,
244255 " qtpy_esp32s3_n4r2" ,
245256 ]
246257 steps :
Original file line number Diff line number Diff line change 11name =Adafruit WipperSnapper
2- version =1.0.0-beta.107
2+ version =1.0.0-beta.108
33author =Adafruit
44maintainer =Adafruit <adafruitio@adafruit.com>
55sentence =Arduino application for Adafruit.io WipperSnapper
Original file line number Diff line number Diff line change 142142#endif
143143
144144#define WS_VERSION \
145- " 1.0.0-beta.107 " // /< WipperSnapper app. version (semver-formatted)
145+ " 1.0.0-beta.108 " // /< WipperSnapper app. version (semver-formatted)
146146
147147// Reserved Adafruit IO MQTT topics
148148#define TOPIC_IO_THROTTLE " /throttle" // /< Adafruit IO Throttle MQTT Topic
You can’t perform that action at this time.
0 commit comments