mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 16:48:40 +00:00
19e497cd6121845655d1df598c82dd61b483bc61
The wrapper added a function call indirection on every filter invocation that the compiler cannot inline without LTO. Forward-declaring Application and App lets the template body call App.get_loop_component_start_time() directly — the method is inline in application.h which is included by main.cpp where the template is instantiated.
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
603 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
