mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
20d3e7c13a425689b3512e12a735a63537c02375
The virtual destructor was unnecessary since APIConnection is only stored as unique_ptr<APIConnection>, never via a base class pointer. Removing it eliminates the vtable entirely. Rename read_message to read_message_ per clang-tidy naming convention for protected methods.
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
594 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
