@@ -81,18 +81,18 @@ jobs:
81
81
matrix :
82
82
arduino-platform :
83
83
[
84
- " metroesp32s2_offline " ,
85
- " metro_esp32s3_offline " ,
86
- " feather_esp32s2_offline " ,
87
- " feather_esp32s2_tft_offline " ,
88
- " feather_esp32s2_reverse_tft_offline " ,
89
- " feather_esp32s3_offline " ,
90
- " feather_esp32s3_4mbflash_2mbpsram_offline " ,
91
- " feather_esp32s3_tft_offline " ,
92
- " qtpy_esp32s3_offline " ,
93
- " qtpy_esp32s2_offline " ,
94
- " feather_esp32s3_reverse_tft_offline " ,
95
- " qtpy_esp32s3_n4r2_offline " ,
84
+ " metroesp32s2 " ,
85
+ " metro_esp32s3 " ,
86
+ " feather_esp32s2 " ,
87
+ " feather_esp32s2_tft " ,
88
+ " feather_esp32s2_reverse_tft " ,
89
+ " feather_esp32s3 " ,
90
+ " feather_esp32s3_4mbflash_2mbpsram " ,
91
+ " feather_esp32s3_tft " ,
92
+ " qtpy_esp32s3 " ,
93
+ " qtpy_esp32s2 " ,
94
+ " feather_esp32s3_reverse_tft " ,
95
+ " qtpy_esp32s3_n4r2 " ,
96
96
]
97
97
steps :
98
98
- uses : actions/setup-python@v5
@@ -183,10 +183,10 @@ jobs:
183
183
strategy :
184
184
fail-fast : false
185
185
matrix :
186
- arduino-platform : ["pico_rp2040_tinyusb_offline ",
187
- " pico_rp2350_tinyusb_offline " ,
188
- " feather_rp2040_adalogger_tinyusb_offline " ,
189
- " metro_rp2350_tinyusb_offline "
186
+ arduino-platform : ["pico_rp2040_tinyusb ",
187
+ " pico_rp2350_tinyusb " ,
188
+ " feather_rp2040_adalogger_tinyusb " ,
189
+ " metro_rp2350_tinyusb "
190
190
]
191
191
steps :
192
192
- uses : actions/setup-python@v5
0 commit comments