mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
acef15b9822cc994b7e454252ab35f2cb300e2aa
Each platform defines exactly one OTA backend subclass (marked final), so using concrete types in unique_ptr eliminates virtual dispatch overhead. - Remove OTABackend base class - no longer needed since all consumers use concrete types directly - Move make_ota_backend() declaration to each concrete backend header with concrete return type - Add ota_backend_factory.h convenience header for consumers - Use concrete unique_ptr types in ota_esphome, http_request, and web_server consumers
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
546 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
