mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 15:27:33 +00:00
abefd0a90a0eb98e3697d07bea3238be137409b9
Put cleanup_slow_path_'s return back to bool (items_ non-empty after cleanup) as a proper slow-path for the cleanup_() wrapper. The MAX threshold gate in Scheduler::call() reads to_remove_count_() directly — it's a plain atomic/uint32_t load (cheap on all platforms) and matches the pre-refactor semantic of gating on the fresh post-cleanup value.
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
593 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
