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:22:03 -10:00
parent f32164fc21
commit eb494fd407
12 changed files with 15 additions and 40 deletions

View File

@@ -1,5 +1,4 @@
substitutions: packages:
tx_pin: GPIO4 uart: !include ../../test_build_components/common/uart/esp32-idf.yaml
rx_pin: GPIO5
<<: !include common.yaml <<: !include common.yaml

View File

@@ -1,8 +1,5 @@
substitutions:
tx_pin: GPIO17
rx_pin: GPIO16
packages: packages:
uart: !include ../../test_build_components/common/uart_19200/esp32-ard.yaml
i2c: !include ../../test_build_components/common/i2c/esp32-ard.yaml i2c: !include ../../test_build_components/common/i2c/esp32-ard.yaml
<<: !include common.yaml <<: !include common.yaml

View File

@@ -1,8 +1,5 @@
substitutions:
tx_pin: GPIO4
rx_pin: GPIO5
packages: packages:
uart: !include ../../test_build_components/common/uart_19200/esp32-c3-ard.yaml
i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml
<<: !include common.yaml <<: !include common.yaml

View File

@@ -1,8 +1,5 @@
substitutions:
tx_pin: GPIO4
rx_pin: GPIO5
packages: packages:
uart: !include ../../test_build_components/common/uart_19200/esp32-c3-idf.yaml
i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml
<<: !include common.yaml <<: !include common.yaml

View File

@@ -1,8 +1,5 @@
substitutions:
tx_pin: GPIO0
rx_pin: GPIO2
packages: packages:
uart: !include ../../test_build_components/common/uart_19200/esp8266-ard.yaml
i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml
<<: !include common.yaml <<: !include common.yaml

View File

@@ -1,8 +1,5 @@
substitutions:
tx_pin: GPIO4
rx_pin: GPIO5
packages: packages:
uart: !include ../../test_build_components/common/uart_19200/rp2040-ard.yaml
i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml
<<: !include common.yaml <<: !include common.yaml

View File

@@ -1,5 +1,4 @@
substitutions: packages:
tx_pin: GPIO17 uart: !include ../../test_build_components/common/uart/esp32-ard.yaml
rx_pin: GPIO16
<<: !include common.yaml <<: !include common.yaml

View File

@@ -1,5 +1,4 @@
substitutions: packages:
tx_pin: GPIO4 uart: !include ../../test_build_components/common/uart/esp32-c3-ard.yaml
rx_pin: GPIO5
<<: !include common.yaml <<: !include common.yaml

View File

@@ -1,4 +1,3 @@
substitutions:
packages: packages:
uart: !include ../../test_build_components/common/uart/esp32-c3-idf.yaml uart: !include ../../test_build_components/common/uart/esp32-c3-idf.yaml

View File

@@ -1,7 +1,3 @@
substitutions:
tx_pin: GPIO4
rx_pin: GPIO5
packages: packages:
uart: !include ../../test_build_components/common/uart/esp32-idf.yaml uart: !include ../../test_build_components/common/uart/esp32-idf.yaml

View File

@@ -1,5 +1,4 @@
substitutions: packages:
tx_pin: GPIO0 uart: !include ../../test_build_components/common/uart/esp8266-ard.yaml
rx_pin: GPIO2
<<: !include common.yaml <<: !include common.yaml

View File

@@ -1,5 +1,4 @@
substitutions: packages:
tx_pin: GPIO4 uart: !include ../../test_build_components/common/uart/rp2040-ard.yaml
rx_pin: GPIO5
<<: !include common.yaml <<: !include common.yaml