mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
9fd745cb09d7a0b3445ad590eab03d2f84018c88
Hot paths use write_raw_inline_ (ALWAYS_INLINE fast path). Cold paths (handshake, error handling) use write_raw_ which is an out-of-line wrapper that calls write_raw_inline_ — same logic, no code duplication, but the compiler won't expand the fast path at each cold call site.
…
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
594 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
