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:
29
29
" funhouse_noota" ,
30
30
" esp32s3_devkitc_1_n8" ,
31
31
" xiao_esp32s3" ,
32
+ " magtag" ,
33
+ " metroesp32s2" ,
34
+ " feather_esp32s2_tft" ,
35
+ " feather_esp32s2_reverse_tft" ,
36
+ " qtpy_esp32s2" ,
32
37
]
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
+
39
55
steps :
40
56
- name : " skip if unwanted"
41
57
continue-on-error : true
@@ -230,17 +246,12 @@ jobs:
230
246
matrix :
231
247
arduino-platform :
232
248
[
233
- " magtag" ,
234
- " metroesp32s2" ,
235
249
" metro_esp32s3" ,
236
- " feather_esp32s2_tft" ,
237
- " feather_esp32s2_reverse_tft" ,
238
250
" feather_esp32s3" ,
239
251
" feather_esp32s3_4mbflash_2mbpsram" ,
252
+ " feather_esp32s3_reverse_tft" ,
240
253
" feather_esp32s3_tft" ,
241
254
" qtpy_esp32s3" ,
242
- " qtpy_esp32s2" ,
243
- " feather_esp32s3_reverse_tft" ,
244
255
" qtpy_esp32s3_n4r2" ,
245
256
]
246
257
steps :
Original file line number Diff line number Diff line change 1
1
name =Adafruit WipperSnapper
2
- version =1.0.0-beta.107
2
+ version =1.0.0-beta.108
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 142
142
#endif
143
143
144
144
#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)
146
146
147
147
// Reserved Adafruit IO MQTT topics
148
148
#define TOPIC_IO_THROTTLE " /throttle" // /< Adafruit IO Throttle MQTT Topic
You can’t perform that action at this time.
0 commit comments