mirror of
https://github.com/esphome/esphome.git
synced 2026-03-01 10:24:19 -07:00
0fa7ba683741a4c3efe63d27f1f53d0dc2720083
The logger's uart_driver_install() was allocating a 10-item FreeRTOS event queue but passing nullptr as the queue handle, meaning nothing could ever read from it. Setting the queue size to 0 saves ~212 bytes of heap.
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
524 MiB
Languages
C++
64.1%
Python
35.5%
C
0.3%
