Skip to content

Commit e56bbef

Browse files
committed
Update devcontainer-smoketest.yaml
Fix target name, FEATHER_S2 is now ESP32_S2_USB.
1 parent a1f8bb8 commit e56bbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devcontainer-smoketest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
{ target: ST_STM32F769I_DISCOVERY, build-type: Debug, container: All },
2020
{ target: M5Core2, build-type: Debug, container: ESP32 },
2121
{ target: ESP_WROVER_KIT, build-type: Debug, container: ESP32 },
22-
{ target: FEATHER_S2, build-type: Debug, container: ESP32 },
22+
{ target: ESP32_S2_USB, build-type: Debug, container: ESP32 },
2323
{ target: ESP32_S3, build-type: Debug, container: ESP32 },
2424
{ target: ESP32_C3, build-type: Debug, container: ESP32 },
2525
{ target: ESP32_C6_THREAD, build-type: Debug, container: ESP32 },

0 commit comments

Comments
 (0)