mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 14:53:49 +01:00
fix
This commit is contained in:
@@ -2,6 +2,6 @@ substitutions:
|
|||||||
cs_pin: GPIO8
|
cs_pin: GPIO8
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml
|
spi: !include ../../test_build_components/common/spi/esp32-c3-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -2,6 +2,6 @@ substitutions:
|
|||||||
cs_pin: GPIO8
|
cs_pin: GPIO8
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml
|
spi: !include ../../test_build_components/common/spi/esp32-c3-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -2,6 +2,6 @@ substitutions:
|
|||||||
cs_pin: GPIO5
|
cs_pin: GPIO5
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml
|
spi: !include ../../test_build_components/common/spi/esp32-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -2,6 +2,6 @@ substitutions:
|
|||||||
cs_pin: GPIO15
|
cs_pin: GPIO15
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml
|
spi: !include ../../test_build_components/common/spi/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -2,6 +2,6 @@ substitutions:
|
|||||||
cs_pin: GPIO5
|
cs_pin: GPIO5
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml
|
spi: !include ../../test_build_components/common/spi/rp2040-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -2,6 +2,6 @@ substitutions:
|
|||||||
cs_pin: GPIO5
|
cs_pin: GPIO5
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-ard.yaml
|
spi: !include ../../test_build_components/common/spi/esp32-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -2,6 +2,6 @@ substitutions:
|
|||||||
cs_pin: GPIO8
|
cs_pin: GPIO8
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml
|
spi: !include ../../test_build_components/common/spi/esp32-c3-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -2,6 +2,6 @@ substitutions:
|
|||||||
cs_pin: GPIO8
|
cs_pin: GPIO8
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml
|
spi: !include ../../test_build_components/common/spi/esp32-c3-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -2,6 +2,6 @@ substitutions:
|
|||||||
cs_pin: GPIO5
|
cs_pin: GPIO5
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml
|
spi: !include ../../test_build_components/common/spi/esp32-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -2,6 +2,6 @@ substitutions:
|
|||||||
cs_pin: GPIO15
|
cs_pin: GPIO15
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml
|
spi: !include ../../test_build_components/common/spi/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -2,6 +2,6 @@ substitutions:
|
|||||||
cs_pin: GPIO5
|
cs_pin: GPIO5
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml
|
spi: !include ../../test_build_components/common/spi/rp2040-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -1,9 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
tx_pin: GPIO12
|
|
||||||
rx_pin: GPIO14
|
|
||||||
enable_rx_pin: GPIO13
|
enable_rx_pin: GPIO13
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-ard.yaml
|
uart: !include ../../test_build_components/common/uart/esp32-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -1,9 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
tx_pin: GPIO4
|
|
||||||
rx_pin: GPIO5
|
|
||||||
enable_rx_pin: GPIO3
|
enable_rx_pin: GPIO3
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml
|
uart: !include ../../test_build_components/common/uart/esp32-c3-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -1,9 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
tx_pin: GPIO4
|
|
||||||
rx_pin: GPIO5
|
|
||||||
enable_rx_pin: GPIO3
|
enable_rx_pin: GPIO3
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml
|
uart: !include ../../test_build_components/common/uart/esp32-c3-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -1,9 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
tx_pin: GPIO12
|
|
||||||
rx_pin: GPIO14
|
|
||||||
enable_rx_pin: GPIO13
|
enable_rx_pin: GPIO13
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml
|
uart: !include ../../test_build_components/common/uart/esp32-idf.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -1,9 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
tx_pin: GPIO0
|
|
||||||
rx_pin: GPIO2
|
|
||||||
enable_rx_pin: GPIO15
|
enable_rx_pin: GPIO15
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml
|
uart: !include ../../test_build_components/common/uart/esp8266-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
@@ -1,9 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
tx_pin: GPIO4
|
|
||||||
rx_pin: GPIO5
|
|
||||||
enable_rx_pin: GPIO3
|
enable_rx_pin: GPIO3
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml
|
uart: !include ../../test_build_components/common/uart/rp2040-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
Reference in New Issue
Block a user