mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 11:25:35 +00:00
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
13 lines
231 B
YAML
13 lines
231 B
YAML
# Common UART configuration for ESP8266 Arduino tests - 2400 baud even parity
|
|
|
|
substitutions:
|
|
tx_pin: GPIO4
|
|
rx_pin: GPIO5
|
|
|
|
uart:
|
|
- id: uart_bus
|
|
tx_pin: ${tx_pin}
|
|
rx_pin: ${rx_pin}
|
|
baud_rate: 2400
|
|
parity: EVEN
|