esphome/esphome/components/uart
Kamil Trzciński cd7af19e7c
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>
2020-06-09 21:22:06 -03:00
..
switch Drop Python 2 Support (#793) 2019-12-07 18:28:55 +01:00
__init__.py Extend uart: with rx_buffer_size: (#1006) 2020-06-09 21:22:06 -03:00
automation.h Add uart.write action (#567) 2019-05-29 19:32:18 +02:00
uart.cpp Uart improvments (#1024) 2020-05-24 18:59:07 -03:00
uart.h Extend uart: with rx_buffer_size: (#1006) 2020-06-09 21:22:06 -03:00
uart_esp32.cpp Extend uart: with rx_buffer_size: (#1006) 2020-06-09 21:22:06 -03:00
uart_esp8266.cpp Extend uart: with rx_buffer_size: (#1006) 2020-06-09 21:22:06 -03:00