1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00
This commit is contained in:
J. Nick Koston
2025-10-08 14:31:55 -10:00
parent 86832e3cf5
commit 080983b247
5 changed files with 6 additions and 4 deletions

View File

@@ -6,6 +6,6 @@ substitutions:
packages:
spi: !include ../../test_build_components/common/spi/esp32-s3-ard.yaml
uart: !include ../../test_build_components/common/uart/esp32-s3-ard.yaml
uart: !include ../../test_build_components/common/uart/esp32-ard.yaml
<<: !include common.yaml

View File

@@ -6,6 +6,6 @@ substitutions:
packages:
spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml
uart: !include ../../test_build_components/common/uart/esp32-s3-idf.yaml
uart: !include ../../test_build_components/common/uart/esp32-idf.yaml
<<: !include common.yaml