1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 14:53:49 +01:00
This commit is contained in:
J. Nick Koston
2025-10-08 14:27:14 -10:00
parent eb494fd407
commit 17f8417dd4
3 changed files with 8 additions and 2 deletions

View File

@@ -2,4 +2,7 @@ substitutions:
scl_pin: GPIO40
sda_pin: GPIO41
packages:
i2c: !include ../../test_build_components/common/i2c/esp32-s3-ard.yaml
<<: !include common.yaml

View File

@@ -2,4 +2,7 @@ substitutions:
scl_pin: GPIO40
sda_pin: GPIO41
packages:
i2c: !include ../../test_build_components/common/i2c/esp32-s3-idf.yaml
<<: !include common.yaml

View File

@@ -1,8 +1,8 @@
# Common UART configuration for ESP8266 Arduino tests - 19200 baud
substitutions:
tx_pin: GPIO4
rx_pin: GPIO5
tx_pin: GPIO1
rx_pin: GPIO3
uart:
- id: uart_bus