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