mirror of
https://github.com/esphome/esphome.git
synced 2025-09-05 21:02:20 +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:
@@ -395,6 +395,7 @@ CONF_RTD_WIRES = 'rtd_wires'
|
||||
CONF_RUN_CYCLES = 'run_cycles'
|
||||
CONF_RUN_DURATION = 'run_duration'
|
||||
CONF_RW_PIN = 'rw_pin'
|
||||
CONF_RX_BUFFER_SIZE = 'rx_buffer_size'
|
||||
CONF_RX_ONLY = 'rx_only'
|
||||
CONF_RX_PIN = 'rx_pin'
|
||||
CONF_SAFE_MODE = 'safe_mode'
|
||||
|
Reference in New Issue
Block a user