mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 14:53:49 +01:00
wip
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
|
scl_pin: GPIO5
|
||||||
|
sda_pin: GPIO4
|
||||||
i2s_bclk_pin: GPIO7
|
i2s_bclk_pin: GPIO7
|
||||||
i2s_lrclk_pin: GPIO6
|
i2s_lrclk_pin: GPIO6
|
||||||
i2s_mclk_pin: GPIO9
|
i2s_mclk_pin: GPIO9
|
||||||
|
@@ -6,6 +6,6 @@ substitutions:
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
spi: !include ../../test_build_components/common/spi/esp32-s3-ard.yaml
|
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
|
<<: !include common.yaml
|
||||||
|
@@ -6,6 +6,6 @@ substitutions:
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml
|
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
|
<<: !include common.yaml
|
||||||
|
@@ -6,6 +6,6 @@ substitutions:
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
spi: !include ../../test_build_components/common/spi/esp32-s3-ard.yaml
|
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
|
<<: !include common.yaml
|
||||||
|
@@ -6,6 +6,6 @@ substitutions:
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml
|
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
|
<<: !include common.yaml
|
||||||
|
Reference in New Issue
Block a user