mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
121b4d6916e73b716d6f6fecf8a08a8df778e6ea
Keep the hot path in AsyncEventSource::loop() to the atomic load, branch, and dead-session cleanup. On a real connect, call a noinline+cold helper (adopt_pending_sessions_main_loop_) to swap the pending list out, drop any already-disconnected sessions, and invoke on_connect_ / start_session_main_loop_ on the rest.
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
546 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
