mirror of
https://github.com/esphome/esphome.git
synced 2026-09-20 03:28:41 +00:00
6a3da67a1e7453c706850d33501e72b9b2403eca
set_retry internally does a std::make_shared<RetryArgs>() heap allocation on every invocation. Replace with set_interval + countdown counter which avoids this entirely. All 3 call sites used fixed-interval polling (no backoff), making set_interval a direct fit.
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
599 MiB
Languages
C++
55.7%
Python
43.7%
C
0.3%
JavaScript
0.2%
