mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
5a8e54301f46c5ef5dd5ad25d1e8d57f57a0bc86
write_frame_ (handshake) and bad indicator response are cold paths that don't benefit from the inlined write_raw_ fast path. Calling write_raw_slow_ directly avoids expanding the inline fast path code at these call sites, saving ~70 bytes per 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%
