mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
e9d25645cb911d85d303b0c9f1d46a033c8bdea6
check_connection_setup_() and check_authenticated_() call virtual methods (is_connection_setup, on_no_setup_connection). When defined in ProtoService, the compiler cannot devirtualize these calls. Moving them to APIConnection (final) enables devirtualization.
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
545 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
