1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00
This commit is contained in:
J. Nick Koston
2025-10-08 11:58:01 -10:00
parent 2f43d5b3b3
commit 8a2ff9af16
217 changed files with 879 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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