mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 18:04:19 -07:00
da5f67af693a7dc7b77307c2fcc19dd9762e937f
The logger only writes to UART, never reads. Previously it used tx_buffer_size (512 bytes) for both RX and TX buffers. Since ESP-IDF requires rx_buffer_size > UART_HW_FIFO_LEN (128), use the minimum of 129 bytes instead of 512, saving ~383 bytes of heap. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
518 MiB
Languages
C++
64.1%
Python
35.5%
C
0.3%
