mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 00:28:39 +00:00
7ce24edabb757857229f876688a90ae17e749ec7
- Add ESPHOME_ALWAYS_INLINE to encode_fixed32 so the compiler inlines it on hot paths despite -Os heuristics (removing noinline alone was not enough — gcc still chose not to inline at 51 call sites) - Mark all fixed32 key fields in api.proto with [(force) = true] since entity keys are FNV hashes and never zero, eliminating the zero-check branch and making calculate_size() use constants +96 bytes flash (555167 → 555263) on ESP32 — negligible for removing branch + call overhead on every sensor state encode.
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%
