mirror of
https://github.com/esphome/esphome.git
synced 2026-02-16 06:19:32 -07:00
3ba7e4861513bfe835366a3b4c67b8fc40f8dd4b
set_retry internally does a std::make_shared<RetryArgs>() heap allocation on every invocation. Replace with set_interval + countdown counter which avoids this entirely.
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
324 MiB
Languages
C++
64.2%
Python
35.5%
C
0.2%
