mirror of
https://github.com/esphome/esphome.git
synced 2026-09-03 19:46:02 +00:00
17173ba3a31fc2f3adb936c14206d53bad9b57da
So debug-only iteration logs in Scheduler::call() (the periodic items dump and the per-item Running line) print the actual self pointer instead of 'self:(nil)'. Both STATIC_STRING and SELF_POINTER use the same pointer union member, so a single accessor is the natural shape; drop the unused get_self() helper that was added for this and update the union member comments to mention SELF_POINTER and NUMERIC_ID_INTERNAL.
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%
