Skip to content

Commit f09d67b

Browse files
authored
Update MCU targets in parallel_build.yaml
1 parent b1baea2 commit f09d67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/parallel_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
echo "Found firmware version: $FIRMWARE_VERSION"
9090
9191
# Array of MCU targets that need sdkconfig updates
92-
mcu_targets=("esp32" "esp32s2" "esp32s3" "esp32c2" "esp32c3" "esp32c5" "esp32c6" "esp32h2" "esp32p4" "esp32c61")
92+
mcu_targets=("esp32" "esp32u" "esp32s2" "esp32s3" "esp32c2" "esp32c3" "esp32c5" "esp32c6" "esp32c61" "esp32h2" "esp32p4" "esp32p4_es")
9393
9494
for mcu in "${mcu_targets[@]}"; do
9595
sdkconfig_path="framework-arduinoespressif32/tools/esp32-arduino-libs/$mcu/sdkconfig"

0 commit comments

Comments
 (0)