mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
wip
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user