mirror of
https://github.com/esphome/esphome.git
synced 2025-10-11 22:33:49 +01:00
fix
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
client_tx_pin: GPIO12
|
|
||||||
client_rx_pin: GPIO14
|
|
||||||
server_tx_pin: GPIO16
|
|
||||||
server_rx_pin: GPIO17
|
|
||||||
flow_control_pin: GPIO13
|
flow_control_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,11 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
client_tx_pin: GPIO4
|
|
||||||
client_rx_pin: GPIO5
|
|
||||||
server_tx_pin: GPIO6
|
|
||||||
server_rx_pin: GPIO7
|
|
||||||
flow_control_pin: GPIO3
|
flow_control_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,11 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
client_tx_pin: GPIO4
|
|
||||||
client_rx_pin: GPIO5
|
|
||||||
server_tx_pin: GPIO6
|
|
||||||
server_rx_pin: GPIO7
|
|
||||||
flow_control_pin: GPIO3
|
flow_control_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,11 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
client_tx_pin: GPIO12
|
|
||||||
client_rx_pin: GPIO14
|
|
||||||
server_tx_pin: GPIO4
|
|
||||||
server_rx_pin: GPIO5
|
|
||||||
flow_control_pin: GPIO13
|
flow_control_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,11 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
client_tx_pin: GPIO1
|
|
||||||
client_rx_pin: GPIO3
|
|
||||||
server_tx_pin: GPIO0
|
|
||||||
server_rx_pin: GPIO2
|
|
||||||
flow_control_pin: GPIO15
|
flow_control_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,11 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
client_tx_pin: GPIO2
|
|
||||||
client_rx_pin: GPIO3
|
|
||||||
server_tx_pin: GPIO4
|
|
||||||
server_rx_pin: GPIO5
|
|
||||||
flow_control_pin: GPIO6
|
flow_control_pin: GPIO6
|
||||||
|
|
||||||
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