mirror of
https://github.com/esphome/esphome.git
synced 2026-09-03 19:46:02 +00:00
2f1491219676c931efdf7c9badf53136c6249885
- Widen period/total iteration counters to uint64_t to avoid wrapping on long-running high-frequency loops. - Compute total component-time sum over all components (not just the period-active subset) so total overhead is not inflated by components that ran earlier but are idle now. - Extend integration test to parse the main_loop line and validate the iters/active_avg/active_total/overhead_total fields.
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
582 MiB
Languages
C++
56%
Python
43.4%
C
0.3%
JavaScript
0.2%
