1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

[uart] Multiple ESP32 features and fixes (#8103)

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
brambo123
2025-09-22 19:15:19 +02:00
committed by GitHub
parent 5c943d7c13
commit d302c0c600
16 changed files with 224 additions and 22 deletions

View File

@@ -8,8 +8,11 @@ uart:
- id: uart_uart
tx_pin: 17
rx_pin: 16
flow_control_pin: 4
baud_rate: 9600
data_bits: 8
rx_buffer_size: 512
rx_full_threshold: 10
rx_timeout: 1
parity: EVEN
stop_bits: 2