mirror of
https://github.com/esphome/esphome.git
synced 2026-02-20 00:15:36 -07:00
d2728f2ccdb8f6472d8d4b4f5426a357ea530697
Move all set_timeout, cancel_timeout, set_interval, cancel_interval overloads (const char*, uint32_t, std::string) from scheduler.cpp to inline in scheduler.h. These are all trivial one-liner forwarding calls to set_timer_common_ or cancel_item_ and benefit from inlining at call sites rather than being separate symbols.
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
376 MiB
Languages
C++
64.2%
Python
35.5%
C
0.2%
