We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f8bb8 commit e56bbefCopy full SHA for e56bbef
.github/workflows/devcontainer-smoketest.yaml
@@ -19,7 +19,7 @@ jobs:
19
{ target: ST_STM32F769I_DISCOVERY, build-type: Debug, container: All },
20
{ target: M5Core2, build-type: Debug, container: ESP32 },
21
{ target: ESP_WROVER_KIT, build-type: Debug, container: ESP32 },
22
- { target: FEATHER_S2, build-type: Debug, container: ESP32 },
+ { target: ESP32_S2_USB, build-type: Debug, container: ESP32 },
23
{ target: ESP32_S3, build-type: Debug, container: ESP32 },
24
{ target: ESP32_C3, build-type: Debug, container: ESP32 },
25
{ target: ESP32_C6_THREAD, build-type: Debug, container: ESP32 },
0 commit comments