mirror of
https://github.com/esphome/esphome.git
synced 2026-02-13 21:17:35 -07:00
769d4e444440bdea96b4cd293b597c313b3e56bf
Move the 4 Scheduler InternalSchedulerID methods from .cpp to inline in the header. They're trivial one-liners that extract .id and forward to set_timer_common_/cancel_item_, so the compiler can fold them into call sites instead of emitting separate function bodies.
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
259 MiB
Languages
C++
64.2%
Python
35.5%
C
0.2%
