1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00
This commit is contained in:
J. Nick Koston
2025-10-08 12:21:30 -10:00
parent ced308d57d
commit c2c5d85132
5 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
# Common UART configuration for ESP32-C3 IDF tests - 9600 baud, EVEN parity
substitutions:
tx_pin: GPIO20
rx_pin: GPIO21
uart:
- id: uart_bus
tx_pin: ${tx_pin}
rx_pin: ${rx_pin}
baud_rate: 9600
parity: EVEN