mirror of
https://github.com/esphome/esphome.git
synced 2026-09-20 11:38:48 +00:00
998d61f434f11822ccdafe58153609e1f45a1083
When USE_LWIP_FAST_SELECT is defined (ESP32/LibreTiny), move the yield_with_select_ implementation to application.h as always_inline. This eliminates another stack frame from the hot loop path on these platforms. The fallback select()/delay() paths for other platforms remain in application.cpp.
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
607 MiB
Languages
C++
55.7%
Python
43.7%
C
0.3%
JavaScript
0.2%
