mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Extend uart: with rx_buffer_size: (#1006)
* Extend `uart:` with `rx_buffer_size:` This allows to configure `rx_buffer_size:` to efficiently receive big payloads over UART * lint * remove old default value * add test Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
This commit is contained in:
@@ -135,6 +135,7 @@ uart:
|
||||
parity: NONE
|
||||
data_bits: 8
|
||||
stop_bits: 1
|
||||
rx_buffer_size: 512
|
||||
|
||||
ota:
|
||||
safe_mode: True
|
||||
|
Reference in New Issue
Block a user